 html, body {
        height: 100%;
        margin: 0;
        padding: 0;
      }
      #map-container{
      	height: 100%;      
      }

#map{
	width: 100%;
	/*min-height: 500px;	*/
    height: 100%;
}
#options{
	/*padding: 20px 5px;*/
	float:right;width:40%;
}
#options ul{
	padding: 0px;
	margin: 0px;
	text-align: right;
}
#options ul li{
	display: inline-block;
	margin-right: 10px;
}
#header{
	padding: 20px 50px;
	min-height: 30px;
	background-color: #2df3de;
}

#autocomplete {
    /*position: fixed;
    top: 9px;
    left: 19%;*/
    width: 40%;
    z-index: 999;   
    float: left;
    padding: 7px;
}
#options button{
 	padding: 7px;
}


#left-slider{
    position: fixed;
    z-index: 999;
    left: 3%;
    top: 50%;
}

#right-slider{
    position: fixed;
    z-index: 999;
    right: 3%;
    top: 50%;
}

.mtable{
    width: 100%;    
}
#canvas-container{
    position: absolute;
    z-index: 999;
    left: 0%;
    top: 0px;
    margin-left: 1030px;
}

.div_label {
    color: #000;
    background-color: #fff !important;
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    width: 50px;
    white-space: nowrap;
    padding: 1px;
    border-radius: 5px
}

