#slidetop ul>li>a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
#slidetop a {
    color: #ccc;
    text-decoration: none;
}
#slidetop h1, #slidetop h2, #slidetop h3, #slidetop h4, #slidetop h5, #slidetop h6 {
    font-size: 13px;
    line-height: 20px;
    color: #fff;
}
#slidetop a.slidetop-toggle {
    height: 35px;
    position: absolute;
    right: 0;
    bottom: -35px;
    border-top: 35px solid #363839;
    border-left: 35px solid transparent;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    text-align: center;
}

#slidetop {
    color: #cccc00;
    font-size: 13px;
    background-color: #363839;
    z-index: 1500;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#slidetop a.slidetop-toggle:after {
    font-family: FontAwesome;
    content: "\f013";
    height: 18px;
    color: #fff;
    position: absolute;
    top: -34px;
    left: -16px;
}

#slidetopc {
	display: none;
}

.slidetopclose {
	color: #fff;
	position: fixed;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	z-index: 2000;
	display: none;
}

.slidetopclose > a > i {
	color: #ffffff;
}
