
body
{
    background-size: cover;
}

.viewer
{
    position: absolute;
    left: 8px;
    top: 8px;
    right: 294px;
    bottom: 12px;
    text-align: center;
    pointer-events: none;
}

.sub_view
{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    text-align: center;
    vertical-align: middle;
}

.view_msg
{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 45%;
    color: #707070;
    font-family: helvetica;
    font-size: 30px;
    font-weight: bold;
}

.pic 
{
   max-height: 100%;
   max-width: 100%;
}

.navbar
{
    position: absolute;
    top: 8px;
    right: 8px;
    width: 280px;
    text-align: center;
    font-family: helvetica;
    font-size: 15px;
}

/* location is created in js */
.location
{
    width: 200px;
    height: 133px;
    border: solid;
    border-width: 1px;
    border-color: grey;
}

.day_desc
{
    height: 50px;
    font-size: 12px;
}

.slide_desc
{
    font-size: 13px;
}

.map_inst
{
    font-size: 12px;
    color: black;
}


.search
{
    height: 12px;
    font-size: 12px;
    color: grey;
}


.footer
{
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 0px;
    font-size: 10px;
    font-family: helvetica;
    text-align: center;
    font-style: italic
}
