﻿html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

#map {
    position: absolute;
    background-color: #EEEEDD;
    height: calc(100% - 40px);
    width: 100%;
    padding: 0;
    z-index: 0;
}

.tableDiv {
    box-shadow: 3px 3px 5px;
    position: absolute;
    margin: 5px;
    z-index: 1;
    background: darkgrey;
}

.tableData {
    padding: 8px;
}

#geo-indicator {
    color: red;
}

#table1 {
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#divButton {
    border: 1px solid white;
    text-align: center;
    padding: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    background: Red;
    color: white;
    cursor: pointer;
}

#divHeader {
    padding-top: 5px;
    border-bottom: 1px solid white;
    background: Red;
    height: 40px;
    text-align: center;
}

    #divHeader span {
        color: white;
        font-size: 30px;
        margin-right: auto;
        margin-left: auto;
        width: 100px;
        margin-top: 10px;
    }


#countdown {
    background: White;
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
}

#countdown div{
    padding: 10px 0;
    background: Red;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    color: white;
    width: 200px;
    height: 200px;
}

.hide {
    display: none;
}
