﻿@font-face {
    font-family: 'Raleway';
    src: url('../Font/Raleway-Regular.ttf') format('truetype');
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0rem;
    font-weight: 300;
}

.clear {
    clear: both;
}

a {
    color: #1EAEDB;
    text-decoration: none;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    /*overflow: hidden;*/
}

li {
    float: left;
}

    li a, .dropbtn {
        display: inline-block;
        /*text-align: center;*/
        padding: 14px 0.1px;
        text-decoration: none;
    }


    li.dropdown {
        display: inline-block;
    }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

        .dropdown-content a:hover {
            background-color: rgba(255, 255, 255, 0);
        }

label, legend {
    display: inline-table;
    margin-bottom: .5rem;
    font-weight: normal;
}


.button {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

li {
    margin-bottom: 0rem;
}

table {
    margin-bottom: 0rem;
}

.tbl-thin-borders tr td {
    border-right: 1px solid rgb(236, 236, 236);
    text-align: center;
    background-color: rgba(197, 197, 197, 0.2196078431372549);
}

.panel{
    background-color: blue;
    color: white;
    border: 1px solid #0d0062;
    padding: 18px;
}