#map{
    width: 100%;
    height: 800px;
}
.popupTitle{
    color: #008080;
    font-weight: 600;
    font-size: 1.3em;
}
.alternativeNames{
    font-size: 0.9em;
}
.tooltipHeading{
    color: rgb(113,6,68);
    font-weight: bold;
    padding-top:10px;
    padding-bottom:5px;
    font-size: 1.3em;
}
.apexcharts-tooltip.apexcharts-theme-light {
    padding: 10px;
    border: 0px solid white;
    background: #f5f5f5;
    border-radius: 3px;
    opacity: 0.9;
    font-family: "Quicksand", sans-serif;
}
#mainContent{
    font-family: "Quicksand", sans-serif;
}
.statsTable{
    width: 100%;
    margin-top: 25px;
    margin-bottom: 50px;
    font-size: 1.2em;
    border-radius: 10px;
    background: rgb(113,6,68);
    
}
.statsTable td{
    text-align: center;
    padding: 3px;
    border: 1px solid rgb(113,6,68);
    border-bottom: 1px solid white;
}
.statsTable th{
    text-align: center;
    padding: 3px;
    color: white;
}
.statsTableRow{
    background: #fff;
}
.multi-switch{
    margin: 0 auto;
}
.switch-content{
    background-color: rgb(113,6,68)!important;
}
.switch-content.active{
    background-color: rgb(113,6,68)!important;
}
.configDiv{
    background: rgb(240,240,240);
    border-radius: 10px;
    padding: 5px;
    width: 100%;
    margin-bottom: 10px;
}
.ui-widget.ui-widget-content{
    background: #fff!important;
}
.ui-widget-header {
    background: rgba(113,6,68,0.4)!important;
}
.ui-state-default{
    background: rgb(0,128,128)!important;
    border-radius: 30%;
    color: white!important;
    text-align: center!important;
}
#daySelectTrigger, #monthSelectTrigger{
    font-size: 2.5em;
    color: rgb(0,128,128);
    font-weight: bold;
    cursor: pointer;
    opacity: 0.6;
}
#daySelectTrigger:hover, #monthSelectTrigger:hover{
    opacity: 1;
}
.ui-datepicker-inline{
    margin: 0 auto;
    padding: 10px;
}
a.ui-state-default{
    color: white!important;
}
.stationDetailsList{
    font-size: 0.8em;
    color: rgb(0,128,128);
    font-weight: bold;
    cursor: pointer;
    opacity: 0.7;
}
.stationDetailsList:hover{
    opacity: 1;
}
.stationDetailsListShown{
    font-size: 0.7em;
    display: none;
}
.ui-datepicker-inline, .ui-datepicker-header{
    border-radius: 15px;
}
.ui-widget{
    font-family: "Quicksand", sans-serif!important;
}
.ui-state-active{
    background: rgb(113,6,68)!important;
}
.ui-datepicker-month option, .ui-datepicker-year option, .ui-datepicker-month, .ui-datepicker-year{
    font-family: "Quicksand", sans-serif!important;
}
.buttons{
    display: inline-block;
    background: rgb(0, 128, 128);
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    border-radius: 4px;
    margin: 3px;
}
.buttons:hover{
    background: #710244;
}
.tooltipster-base{
    max-width: 300px;
}
p{
    font-size: 18px;
}
@media only screen and (max-width: 650px) {
    .onlyDesktop{
        display: none;
    }
    p{
        font-size: 16px;
    }
}
.showButton{
    margin-top: 10px;
    margin-bottom: 10px;
    background: white;
    cursor: pointer;
    border: 1px solid rgb(113,6,68);
    color: rgb(113,6,68);
    font-family: "Quicksand", sans-serif;
    padding: 5px;
    border-radius: 8px;
}
.showButton:hover{
    background: rgb(113,6,68);
    color: white;
}