html, body, #map {
height: 100%;
width: 100%;
padding: 0;
margin: 0;
position: relative;
}
#chart{
position: absolute;
z-index: 1;
bottom: 20px;
left: 270px;
height: 230px !important; 
width: 60% !important;
}
#legend{
background-image: url("legend.png");
background-color: #cccccc;
height: 71px;
width: 218px;
bottom: 15px;
left: 9px;
position: absolute;
z-index: 900;
border-radius: 6px;
}
#timeTicker{
position: absolute;
top: 5%;
left: 0%;
z-index: 1;
height: 100%;
width: 100%;
color: #C0C0C0;
background-color: transparent;
background-opacity: 0;
opacity: 0.15;
text-align: center;
border-radius: 1px;
vertical-align: middle;
font-weight: 600;
font-size: 900%;
font-family: "Droid Sans",sans-serif;
}
#dataHere{
position: absolute;
margin:5px;
padding: 10px;
top: 0%;
right: 0%;
z-index: 1;
max-height: 90%;
min-height: 150px;
width: 165px;
color: #3f3f3f;
background-color: #F1F1F1;
background-opacity: 0;
opacity: 1;
text-align: left;
vertical-align: top;
border-radius: 4px;
font-family: "Droid Sans",sans-serif;
overflow-y: scroll;
display: none;
}
.popoutTab{
position: absolute;
padding: 12px 8px 8px 3px;
right: 185px;
z-index: 1;
height: auto;
width: 35px;
color: #3f3f3f;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bbbbbb+0,f1f1f1+100 */
background: #bbbbbb; /* Old browsers */
background: -moz-linear-gradient(left,  #bbbbbb 0%, #f1f1f1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#bbbbbb), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #bbbbbb 0%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #bbbbbb 0%,#f1f1f1 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #bbbbbb 0%,#f1f1f1 100%); /* IE10+ */
background: linear-gradient(to right,  #bbbbbb 0%,#f1f1f1 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbbbbb', endColorstr='#f1f1f1',GradientType=1 ); /* IE6-9 */
text-align: left;
vertical-align: top;
border-radius: 4px;
font-family: "Droid Sans",sans-serif;
font-size: 150%;
cursor: pointer;
display: none;
font-size: 10px;
font-weight: 600;
}
#popoutTabC{
	top: 5px;
	border-radius:  4px 0px 0px 0px;
}
#popoutTabS{
	top: 45px;
	border-radius:  0px 0px 0px 4px;
	border-top: solid 12px rgba(238, 238, 238, .5);
	color: #888;
}
#clickText{
position: absolute;
bottom: -7%;
right: 0%;
margin:0px;
padding: 10px;
vertical-align: bottom;
font-family: "Droid Sans",sans-serif;
}
#buttonContainer{
position: relative;
float: bottom;
padding: 10px;
bottom: 0;
right: 0;
z-index: 1;
height: 12px;
width: 150px;
color: #3f3f3f;
background-color: #F1F1F1;
background-opacity: 0;
opacity: 1;
text-align: left;
vertical-align: top;
border-radius: 1px;
font-family: "Droid Sans",sans-serif;	
}
#clearBtn{
position: relative;
bottom: 0;
left: 42px;
width: 34px;
margin-left: auto;
margin-right: auto;
margin:5px;
padding:0px 5px 8px 5px;
height: 10px;
font-family: "Droid Sans",sans-serif;
vertical-align: top;
}
.clouds-flat-button {
font-size: 12px;
font-weight: 600;
color:#222;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
background: #ecf0f1;
border: 0;
border-radius: 3px;
border-bottom: 1px solid #dadedf;
cursor: pointer;
-webkit-box-shadow: inset 0 -2px #dadedf;
box-shadow: inset 0 -2px #dadedf;
}
.clouds-flat-button:active {
bottom: 0px;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}