.modpagecrollbtns.label {
	display: inline-block;
	padding: .3em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
	text-align: center;
	word-break: break-word;
	vertical-align: baseline;
	border-radius: .25em;
	background-color: #999999;
}

.modpagecrollbtns.label span {
	float: none;
	display: block;
}

.modpagecrollbtns.label span:first-child {
	margin-top: 20px;
}

.modpagecrollbtns.gobottom {
	border-radius: 35px;
	height: 70px;
	width: 70px;
	padding: 0;
}

.modpagecrollbtns.backtop {
	border-radius: 35px;
	height: 70px;
	width: 70px;
	padding: 0;
	margin-bottom: 60px;
}

@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";
}