﻿body{
    font-family: Verdana;
}

h1{
    font-size: 20px;
    padding: 2px;
}

h2{
    font-size: 18px;
    padding: 2px;
}

h3{
    font-size: 16px;
    padding: 2px;
}

h4 {
    font-size: 14px;
    padding: 2px;
}

.divWebsiteHeader {
    position: fixed;
    top: 0;
    display: table-row;
    height: 85px;
    width: 100%;
    background: #23282D;
    color: white;
    line-height: 50%;

}

.divVVCELogo{
    display: table-cell;
    width: 20%;
    border-right: 1px solid white;
    text-align:center;
}

.divHeader {
    display: table-cell;
    width: 80%;
    border-left: 1px solid white;
    padding: 10px;
    vertical-align: middle;    
}

.divTitle {
    position: fixed;
    top: 86px;
    display: table-row;
    height: 40px;
    width: 100%;
    background: #23282D;
    color: white;

    text-align: center;
    vertical-align: middle;
    line-height: 50%;
}

.divContent {
    position: fixed;
    top: 167px;
    bottom: 20px;
    display: table-row;
    width: 100%;
    overflow: scroll;
}

.divDeveloperAndCopyright {
    position: fixed;
    bottom: 0;
    height: 21px;
    width: 100%;
    background: #23282D;
    color: white;

    font-size: x-small;
    text-align: center;
    vertical-align: middle;
    line-height: 150%;
}
