body {
    font-family: 'Sarabun';
}

.table td, .table th{
    border-top: 0;
    border-bottom: 0;
}

.table tbody td{
    font-size: 18px;
}

.table tbody td {
    padding: 0px;
}

#mapid {
    /*height:100%;*/
    height: 850px;
}

.legends {
    padding: 5px;
}

.legend-button, .procurement-button, #all-status-markers{
    padding: 5px;
    width: 100%;
    color: white;
    background-color: #1A5CBE;
    text-align: left;
}

.legend-button:hover, .procurement-button:hover, #all-status-markers:hover {
    background-color: #98AFC7;
}

/**************/

/*Sub navbar CSS*/
#project-nav{
    margin-top: 10px;
    margin-bottom: 10px;
}

#project-nav a {
    color: #1A447C;
    font-size: 20px;
}

#project-nav a:hover {
    color: cornflowerblue;
}

.current-selected {
    color: darkorange !important;
}


.obvious-link {
    color: white !important;
    background-color: #1A447C;
    padding: 5px;
    border-radius: 5px;
    margin-right: 3px;
    text-align: center;
}

h5{
    color: white;
}
