/* styles for displaying scores from the Walk Score API */
.walkscore-scoretext, .walkscore-noscoretext {
	position: relative;
	top: -2px;
	color: #b14900;
	margin-left: 3px;
	text-decoration: underline;
	font-weight: normal;
}
.walkscore-scoretext {
	margin-left: 7px;
	font-weight: bold;
	font-size: 25px;
	text-decoration:none;
}
#walkscore-div a {
	text-decoration:none;
}
/* styles for the info icon */
#ws_info {
	position: relative;
	top: -5px;
	margin-left: 4px;
}
.point{
	width:280px;
	margin:0px auto;
	text-align:center;
	padding:3px;
	border:solid 3px #000080;
}
.detail{
	text-align:center;
	width:280px;
	margin:0px auto;
	padding:3px;
	background:#000080;
	border:solid 3px #000080;
	color:#ffffff;
}
