/* Last updated:  1.30.15 */
a:hover {
	color:#777 !important;
}
.sb-nav a:hover {
	color:#000099 !important;
}

.back-to-top-scroll {
	padding:12px 12px 12px 12px;
	text-align:center;
	border-top:1px dotted #269ed9;
	border-bottom:1px dotted #269ed9;
	margin:9px;
}
.back-to-top-scroll-last {
	padding:6px 12px 12px 12px;
	text-align:center;
}

.back-to-top-scroll a:link,
.back-to-top-scroll a:visited,
.back-to-top-scroll-last a:link,
.back-to-top-scroll-last a:visited {
	text-decoration:none;
}
.back-to-top-scroll a:hover,
.back-to-top-scroll a:active,
.back-to-top-scroll-last a:hover,
.back-to-top-scroll-last a:active {
	text-decoration:underline;
}
.back-to-top-scroll img,
.back-to-top-scroll-last img {
	/* vertical-align:50%; */
}

/* mobile styles */
@media handheld {

	html, body {
		margin:0;
		padding:0;
		color:#fff;
		font-family:verdana;
		font-size:12px;
		font-weight:normal;
		}
	#content img { 
		max-width: 250px;
		}
	.center {
		width: 100%; !important;
		}

}
/* iPhone-specific styles */
@media only screen and (max-device-width: 480px) { 

	html {
		-webkit-text-size-adjust: none;
		}

}