html {
    font-family: 'Titillium Web', sans-serif;
}

span {
    font-size: 12px;
}

p {
    font-size: 12px;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 20px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.50;
    overflow: hidden;
}

li {
    float: left;
}

li.right {
    float: left;
}

li a, .dropbtn {
    display: inline-block;
    text-align: center;
    padding: 12px 14px;
    text-decoration: none;
    color: black;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 2;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #808080}

.dropdown:hover .dropdown-content {
    display: block;
}


li a:hover, .dropdown:hover .dropbtn {
    background-color: #CC0000;
}

.active {
    background-color: #4CAF50;
    }

div.fixed {
    text-align: right;
    font-size: 12px;
    color: black;
    bottom: 0;
    right: 0;
    padding: 5px 5px 5px 5px;
    background-color: white;
}
.center {
    text-align: left;
    color: white;
    box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.2);
    padding: 10px 10px 10px 10px;
    background-color: #333;
}

.center-big {
    text-align: left;
    color: white;
    box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.2);
    padding: 10px 10px 10px 10px;
    background-color: #333;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted white;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -60px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.dropdown-image {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.dropdown-content-image {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-image:hover .dropdown-content-image {
    display: block;
}

.desc {
    padding: 15px;
    text-align: center;
    color: black;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    padding: 4px;
    text-align: left;
}

.text-right {
    font-size: 14px;
}

