.modpagecrollbtns.label {
	display: inline-block;
	padding: .3em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
	background-color: #999999;
	overflow: hidden;
	min-width: 115px;
}

.modpagecrollbtns.label span {
	float: left;
}

.modpagecrollbtns.gobottom {
	font-size: 11px;
	cursor: pointer;
	width: 100px;
}

.modpagecrollbtns.backtop {
	font-size: 11px;
	cursor: pointer;
	width: 100px;
}

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('fonts/glyphicons-halflings-regular.eot');
	src: url('fonts/glyphicons-halflings-regular.eot?#iefix')
		format('embedded-opentype'),
		url('fonts/glyphicons-halflings-regular.woff') format('woff'),
		url('fonts/glyphicons-halflings-regular.ttf') format('truetype'),
		url('fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular')
		format('svg');
}

.pagescrollbtn {
	position: relative;
	top: -1px;
	margin-right: 3px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.pagescrollbtn.arrow-up:before {
	content: "\e093";
}

.pagescrollbtn.arrow-down:before {
	content: "\e094";
}