

#map {

height:calc(100vh - 200px); /* Calculates height as 100% of viewport height minus 46px */
}
#table{
    width:100%;
    margin:0;
    padding:0;
height:calc(100vh - 200px); /* Calculates height as 100% of viewport height minus 46px */
}


.eqWin{
	font-size:12px;
	font-weight:normal;
        color:black;
	font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Geneva, "URW Gothic L", "Lucida Sans", sans-serif; 
}

.eqWin ul{
	font-size:12px;
	font-weight:normal;
        list-style-type:none;
        margin:0;
	font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Geneva, "URW Gothic L", "Lucida Sans", sans-serif;
}
.eqWin td{
        font-size:12px;
        font-weight:normal;
        list-style-type:none;
        margin:0;
        font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Geneva, "URW Gothic L", "Lucida Sans", sans-serif;
}

.eqWin span{
	font-size:12px;
	font-weight:normal;
        color:blue;
        margin-left:0px;
	font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Geneva, "URW Gothic L", "Lucida Sans", sans-serif;
}



