@charset "utf-8";
/* CSS Document */

body {
	margin: 1em;
}
p {
    font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: 11pt;
}
/*Dose Calculator - Radon Mouseover */
span.dropt:hover { background: #ffffff; z-index: 6; }
span.dropt span {position: absolute; left: -9999px;
  margin: 20px 0 0 0px; padding: 3px 3px 3px 3px;
  border-style:solid; border-color:black; border-width:1px; z-index: 6;}
span.dropt:hover span {left: 2%; background: #ffffff;} 
span.dropt span {position: absolute; left: -9999px;
  margin: 4px 0 0 0px; padding: 3px 3px 3px 3px; 
  border-style:solid; border-color:black; border-width:1px;}
span.dropt:hover span {margin: 20px 0 0 170px; background: #ffffff; z-index:6;} 

/*Dose Calculator - Radon States */
#county_drop_down, #no_county_drop_down, #loading_county_drop_down
{
display: none;
}

.bar {
	background-color: #337ab7;
}

.bar .btn-primary {
	border-color: #337ab7;
	height: 40px;
}

.har:hover {
	background-color: #286090;
}

.bar:hover .btn-primary {
	border-color: #286090;
}

@media (min-width: 992px) and (min-height: 461px) {
    .affix {
        position: fixed;
    }
	
	.resultsLink, #resultsToggle {
		display: none;
	}
}

@media (max-width: 991px), (max-height: 460px) {
	.affix { 
		background:#fff; 
		position: fixed; 
		height: 40px;
		width: 100%;
		left: 0;
		bottom: 0;
		text-align: center;
	}
	
	#formColumn {
		margin-bottom: 25px;
		padding-right: 0;
		padding-left: 0;
		margin-right: 15px;
		margin-left: 15px;
	}
	
	#results {
		margin-top: 15px;
	}
}


#dose { font-size: 150%; }
#medYes .controls { display:none; }

.tooltip-inner {
	/*width:200px;*/
}