#map_body
{
}
#map_header {
    height: 75px;
    margin: auto;
    text-align: center;
    padding-top: 20px;
}
.rightset {
    margin: 0 20px 20px 0;
    display: inline-block;
	position: relative;
	left: 10px;
	font-size: 13px;
	
}
.rightset img {
	margin: 0 5px 0 0;
	position: relative;
	top: 3px;
}
.headerbigtext {
    font-size: 24px;
    text-transform: uppercase;
}
.headertoptext {
	font-size: 13px;
    margin: 8px 0 15px 0;
}
.legend {
    position: absolute;
    color: black;
    z-index: 15;
}
.whichway-indicator {
    font-size: 10px;
}
.detail {
    font-size: 10px;
    margin-top: 5px;
}
.commentpop {
     -moz-box-shadow:    3px 3px 2px 0px rgba(0,0,0,.3);
     -webkit-box-shadow: 3px 3px 2px 0px rgba(0,0,0,.3);
     box-shadow:         3px 3px 2px 0px rgba(0,0,0,.3);
    width: 250px;
    background-color: black;
    color: white;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 25px;
    font-size: 12px;
    position: relative;
}
#ourtip {
    padding-left: 17px;
    padding-right: 9px;
    padding-top: 17px;
}

.commentname {
    font-weight: bold;
    padding-bottom: 8px;
}
.commentbody {
    height: 60px;
    white-space: normal;

}
.commentfooter {
   width: 100%;
    padding-top: 10px;
    vertical-align: top;
    line-height: 10px;
    font-size: 10px;
    color: #999;

}

.commentcounter {
    float: left;
}

#meta-container {
    background-color: #ffcc00;
    margin-bottom: 21px;
    padding-bottom: 20px;
}
#toggle-button {
    padding-left: 20px;
    padding-top: 22px;
    padding-bottom: 15px;
    cursor: pointer;

}
#chart-container {
    width: 100%;
    height: 375px;
    text-align: center;
}
#chart-container svg {
    cursor: pointer;

}

.regulartooltip {
 z-index: 15;
 padding-left: 15px;
 padding-top: 10px;
 padding-right: 15px;
 padding-bottom: 15px;
 font-size: 12px;
 background-color: black;
 color: white;
 -moz-box-shadow:    3px 3px 2px 0px rgba(0,0,0,0.30);
 -webkit-box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.30);
 box-shadow:         3px 3px 2px 0px rgba(0,0,0,0.30);

}
.ttdetail {
    padding-top: 8px;
    font-size: 10px;

}
#buttons
{
    margin: auto;
    width: 90%;
    text-align: center;
}
#button img {

}
#controls {
    padding-bottom: 50px;
    padding-top: 25px;
    width: 100%;
    background-color: rgba(0,0,0,0.5);

}

