@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    color: #535353;
    background: #ffffff;
}

.index-body {
    background: #ffffff;
}

.bg-white {
    background: #f7f7f7 !important;
}



body, td, th {
    font-size: 14px;
    font-family: Cambria;
    font-weight: bold;
    color: #FFFFFF;
}

a {
    font-size: 12px;
    font-family: Cambria;
    font-weight: bold;
}

    a:link {
        text-decoration: none;
        color: #FFFFFF;
    }

    a:visited {
        text-decoration: none;
        color: #FFFFFF;
    }

    a:hover {
        text-decoration: none;
        color: #FFFFFF;
    }

    a:active {
        text-decoration: none;
        color: #FFFFFF;
    }

.tooltip {
    display: inline;
    position: relative;
}


    .tooltip:hover:after {
        background: # #333;
        background: # rgba(0,0,0,.8);
        border-radius: 5px;
        bottom: 26px;
        color: #fff;
        content: attr(title);
        left: 20%;
        padding: 5px 15px;
        position: absolute;
        z-index: 98;
        width: 220px;
    }



    .tooltip:hover:before {
        border: solid;
        border-color: #333 transparent;
        border-width: 6px 6px 0 6px;
        bottom: 20px;
        content: "";
        left: 50%;
        position: absolute;
        z-index: 99;
    }


#menu {
    position: fixed;
    right: 0;
    top: 30%;
    width: 4em;
    margin: -2.5em 0 0 0;
    z-index: 5;
    background: #00FFFF;
    color: #000080;
    font-weight: bold;
    font-size: large;
    text-align: left;
    border: solid hsla(80, 90%, 40%, 0.5);
    border-right: none;
}

    #menu li {
        margin: 0
    }

    #menu a {
        color: inherit
    }

/* Make menu absolute, not fixed, on IE 5 & 6 */
#menu {
    position: absolute
}

* > #menu {
    position: fixed
}


.style1 {
    color: #003300;
    font-size: 12px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.style2 {
    color: #0000FF;
    font-size: 12px;
}

/* Disables the selection */
.disableselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge*/
    user-select: none; /* Non-prefixed version, currently
                                          not supported by any browser */
}

/* Disables the drag event
        (mostly used for images) */
.disabledrag {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

.tooltip {
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 180px;
        background-color: #555;
        color: #fff;
        text-align: left;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 0.3s;
    }

        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
        }

    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

.avbllist {
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
    width: 100%;
    margin: auto;
    border: 1px solid #ddd;
    position: fixed;
    z-index: 9999;
    padding-bottom: 5%;
}

    .avbllist th, td {
        text-align: center;
        padding: 8px;
    }

tr:nth-child(odd) {
    background-color: #000080;
    color: #565252;
}

tr:nth-child(even) {
    background-color: #000080;
    color: #717171;
}

@media only screen and (max-width: 600px) {
    .avbllist {
        border-collapse: collapse;
        border-spacing: 0;
        text-align: center;
        width: 100%;
        margin: auto;
        border: 1px solid #ddd;
        position: fixed;
        z-index: 9999;
        margin-bottom: 5%;
    }

    .map-section {
        overflow-x: auto;
        text-align: center;
        margin: auto;
        padding-top: 18%;
    }
}

.map-section {
    overflow-x: auto;
    text-align: center;
    margin: auto;
    padding-top: 2%;
}
