@media screen and (max-width: 900px)
{
    .hidewhensmall
    {
        display: none !important;
    }
}
html, body, #map
{
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
#search
{
    display: block;
    position: absolute;
    z-index: 2;
    top: 70px;
    left: 74px;
}
#info
{
    top: 2px;
    color: #444;
    height: auto;
    font-family: arial;
    font-weight: bold;
    left: 69px;
    margin: 5px;
    padding: 10px;
    position: absolute;
    width: 260px;
    z-index: 40;
    border: solid 1px #003300;
    border-radius: 4px;
    background-color: #FFFFFF;
}
#disclaimer
{
    bottom: 2px;
    color: #444;
    height: auto;
    font-family: arial;
    font-size: 70%;
    left: 5px;
    margin: 5px;
    padding: 5px;
    position: absolute;
    z-index: 40;
    border: solid 1px #003300;
    border-radius: 4px;
    background-color: #FFFFFF;
}
#feezonelegend
{
    top: 2px;
    color: #444;
    height: auto;
    font-family: arial;
    font-size: 70%;
    right: 5px;
    margin: 5px;
    padding: 5px;
    position: absolute;
    z-index: 40;
    border: solid 1px #003300;
    border-radius: 4px;
    background-color: #FFFFFF;
}
#BasemapToggle
{
    position: absolute;
    top: 180px;
    right: 10px;
    z-index: 50;
}