/* ste:todo: scss this file, put colours in variables, media queries, etc */

html
{
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

.site-logo
{
    width: 150px;
    float: left;
    margin-top: 7px;
}

.navbar
{
    padding: 0;
    border-bottom: 2px solid #447FFF;
}

.container
{
    max-width: 100%;
}

#map
{
    height: 100%;
}

html,
body
{
    height: 100%;
    margin: 0;
    padding: 0;
}

.site-infoWindow
{
    min-height: 100px;
    min-width: 100px;
}

.site-infoWindow-td
{
    height: 70px;
    width: 70px;
    background-repeat: no-repeat;
}

div.scroll
{
    margin: 4px, 4px;
    padding: 4px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    background-color: #447FFF;
}

.timeline-image
{
    height: 200px;
}

.map-streetview
{
    width: 45% !important;
    height: 50% !important;
    margin: 10px;
    position: relative !important;
    float: left !important;
    min-width: 400px !important;
}

.coordinate-item
{
    float: left;
    margin: 5px;
    padding: 6px;
    font-weight: 600;
    color: #FFFFFF;
    background-color: #447FFF;
}

.timeline
{
    margin: 60px 10px 0 10px;
    clear: both;
}

a
{
    font-weight: 600;
    text-decoration: underline;
    color: #FFFFFF;
}

    a:hover
    {
        background-color: #FFFFFF;
        color: #447FFF;
    }
