html, body {
    background-color: #BC9F7D;
    margin: 0!important;
    padding: 0!important;
    height:100%;
    overscroll-behavior: none;
}

table{
    border:0;
    width: 100%;
}

.lightBox {
    background-color: #e9dbc8;
    margin: 15px;
    padding: 25px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.header {
    background-color: #81ac7d;
    height:150px;
}

.lightFont{
    color: #e9dbc8;
}

.darkFont{
    color: #8a693f;
}

.map{
    height:100%;
}