body {
    color: #fcfcfc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    background-color: #2e9afe;
    text-align: center;
    margin-left: 0px;
    margin-bottom: 70px;
    margin-top: 70px;
    }

h1 {
    font-size: 20px;
    font-weight: bold;
    }

h4 {
    font-size: 13px;
    font-weight: bold;
    }

img {
    max-width: 100%;
    height: auto;
    }

table {
    border-collapse: collapse;
    width: auto;
    }

tr, td {
    padding: 8px;
    text-align: left;
    vertical-align: top;
    }

div.gallery {
    display: inline-block;
    margin: 1px;
}

div.gallery img {
    max-width: 100%;
    height: auto;
    }

div.desc {
    padding: 15px;
    text-align: center;
    background-color: #0489b1;
}

ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    background-color: #08298a;
    position: fixed;
    z-index: 0;
    bottom: 0px;
    width: 100%;
    font-size: 19px;
    font-weight: bold;
    }

li {
    float: left;
    }

li a {
    display: block;
    color: #fcfcfc;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    }

li a:hover:not(.active) {
    background-color: #2e9afe;
    }

.active {
    background-color: #2e9afe;
    }

.button {
    background-color: #2e9afe;
    border: none;
    color: #08298a;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    }

    .buttob {
    background-color: #2e9afe;
    border: none;
    color: #08298a;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: default;
    }

.buttcr {
    width: 100%;
    background-color: #08298a;
    color: #fcfcfc;
    position: fixed;
    z-index: 2;
    font-weight: 900;
    font-size: 20px;
    top: 0; 
    right: 0;
    cursor: pointer;
    }

.dropdown {
    position: relative;
    display: inline-block;
    background-color: #0489b1;
    padding: 0px 10px;
    }

.dropdown-content {
    display: none;
    background-color: #0489b1;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    overflow:auto;
    max-width: 100%;
    box-shadow: 8px 8px 16px 0px rgba(0,0,0,0.3);
    padding: 0px 10px;
    z-index: 1;
    }

.dropdown:hover .dropdown-content {
    display: block;
    }

.dropdownTab {
    position: relative;
    display: inline-block;
    background-color: #08298a;
    padding: 0px 10px;
    width: 150px;
    }

.dropdownTab-content {
    display: none;
    background-color: #08298a;
    position: absolute;
    text-align: center;
    left: 0;
    overflow:auto;
    width: 150px;
    padding: 0px 10px;
    z-index: 1;
    }

#pTAB {
    text-align: center;
    font-weight: bold;
    }
    
#toplink { 
    position: fixed; 
    bottom: 0px; 
    right: 10px; 
    z-index: 2;
    }
      
#toplinkf { 
    position: fixed; 
    bottom: -7px; 
    right: 40px; 
    z-index: 2;
    }
     
.lightbox {
    overflow: hidden;
    position: fixed;
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    opacity: 0;
    background: rgba(0, 0, 0, 0.98);
    -moz-transition: opacity 1.0s;
    -o-transition: opacity 1.0s;
    -webkit-transition: opacity 1.0s;
    }

.lightbox:target {
    color: #fcfcfc;
    width: 100%;
    height: auto;
    opacity: 1;
    top: 63px;
    bottom: 40px; 
    overflow: auto;
    -webkit-box-shadow:0 1px 8px #000000;
    -o-box-shadow:0 1px 8px #000000;
    -moz-box-shadow:0 1px 8px #000000;
    }

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: none;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 230px;
    background-color: #0489b1;
    color: #fcfcfc;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-radius: 200px;
    padding: 55px 0px;
    position: absolute;
    top: 100px;
    left: 102%; 
    z-index: 1;
    opacity: 0;
    transition: opacity 0s;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
