﻿/* styles for the display option 1 */
.walkscore-scoretext {
	position: relative;
	top: -2px;		
	margin-left: 7px;
	font-weight: bold;
	color: #b14900;
	font-size: 15px;
}
#walkscore-div-1 a {
	text-decoration:none;
}

/* styles for the info popup */	
#ws_info {
	position: relative;
	top: -5px;
	margin-left: 4px;
}
#ws_info img {
	cursor: pointer;
}	
.walkscore-api-info { /*the span will display when the question mark is clicked*/
display:none;
position:absolute;
top:6px; left:10px; 
	width:210px;
border: 1px solid #bfdbf8;
background-color: #fff; 
}	
.walkscore-api-info span {
	font:12px Verdana,Arial,Helvetica,sans-serif;
	color: #444444;
	display: block;
	margin: 10px 10px 12px 14px;
	padding: 0;
	text-align: left;
}
.walkscore-api-info img {
	float: right;
	margin: 5px;
}


