html, body {
    margin: 0;    
    height: 100%;    
}

/*
.container {
    height: 50vh;    
}
*/
#mapWrap {    
    height: 75vh;
}

#table-container {
    height: 25vh;
    overflow-y: auto;
    background: #f9f9f9;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 200%;
    width: 100%;
}

table.dataTable tbody tr.active {
    background-color: #a7d5ff !important;
    font-size: 200%;
    color: blue;
}

#location-table {
    width: 100%;
}

#location-table_filter {
    margin-left: auto; 
    margin-right: 0;
    width: 300px;        
    font-size: 50%;         
}

#location-table_info {
    margin-left: auto; 
    margin-right: 0;
    font-size: 50%;         
    width: 100%;
}