.PlainHeader {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 3px solid black;
    height: 120px;
    z-index: 2;
    background-color: white;
}

.PlainHeader img {
    position: absolute;
    height: 40%;
    top: 30%;
    left: 2%;
}

.PlainHeaderBuffer {
    width: 100%;
    height: 120px;
}

.DefaultFooter {
    width: 100%;
    background-color: #1D2951;
    border-top: 1px solid black;
    position: fixed;
    bottom: 0;
    left: 0;
}

.DefaultFooter td {
    text-align: center;
    width: 25%;
    color: white;
    padding: 4px 0;
    font-size: 16pt;
}

.DefaultFooter a {
    color: white;
    text-decoration: underline;
}

.DefaultFooterBuffer {
    width: 100%;
    height: 40px;
    position: fixed;
    bottom: 0;
    left: 0;
}

.TabsHeader {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 180px;
    z-index: 2;
    background-color: white;
}

.TabsHeader img {
    position: absolute;
    height: 57%;
    top: 2%;
    left: 2%;
}

.TabsHeaderBuffer {
    width: 100%;
    height: 185px;
}

.TabsHeaderTable {
    width: 100%;
    border: none;
    table-layout: fixed;
    background-color: #1D2951;
    font-size: 15pt;
    font-weight: bold;
    position: absolute;
    bottom: 0;
}

.TabsHeaderTable tr:first-child td {
    height: 10px;
}

.TabsHeaderTable tr:nth-child(2) td {
    text-align: center;
    background-color: #1D2951;
    color: white;
    padding: 20px 0;
    text-transform: uppercase;
    border-radius: 10px 10px 0 0;
}
