﻿/* info window size */
    .bubble {
    width: 300px; 
    max-width: 300px;
    text-align: left;
    }

/* table that has the district buttons */
    table.districts td {
    width:200px;
    text-align: left;
    vertical-align:top;
    }
    
/* district button formatting */
	table.districts input {
	width:148px;
	margin-top:8px;
	}
	
/* names that display below county buttons when + is clicked */
	.countynames {
	display:none;
	padding-right:10px;
	}
	
/* esp for plus/minus images next to district buttons */
    img {
	border:0;
	padding-right:4px;
	}
	
/* names that display below county buttons when plus image is clicked */
	.countynames {
	display:none;
	padding-right:10px;
	}
	
/* text in yellow box that says which markers are loaded */
	.mapped {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	padding: 2px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	background-color: #FFFF99;
}

/* help & return to map "buttons" */
	.help {
	padding: .3em .4em; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:large; 
	text-align: center;
	background: #808080; 
	font-weight: bold; 
	letter-spacing: 2px;
	display: block;
	color: #FFFFFF;
	cursor: pointer;
	}
	
/* "last updated" text */
	.updated {
	border: thin #C0C0C0 solid; 
	padding: .2em .3em; 
	font-size: small; 
	float: right; 
	text-align: center;
	}