* {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

body {
    margin: 0px;
    background-color: whitesmoke;
}

.main-container {
    width: 80%;
    min-width: 800px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;

    border: 1px solid #21A2E3;
}

.container-padding {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.header {
    background-color: #21A2E3;
    height: 100px;
    margin: 0px;
}

h1 {
    font-size: 32pt;
    color: whitesmoke;

    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 80px;
}

h2 {
    font-size: 16pt;
    color: black;
}

p {
    font-size: 11pt;
    color: black;
}

#md-img {
    float: right;
}

a:link,
a:visited {
    color: #343A40;
}

header {
    background-color: #21A2E3;
    color: whitesmoke;
    font-size: 16pt;
    text-align: center;
    font-weight: bold;
}

.table-header td {
    font-size: 16pt;
    text-align: center;
    font-weight: bold;

    background-color: #21A2E3;
    color: whitesmoke;
}

table,
td {
    border: 1px dotted #343A40;
    border-collapse: collapse;
}

td {
    padding: 15px;
}

footer {
    background-color: #343A40;
    padding-left: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
}

footer p,
footer a:link,
footer a:visited {
    color: whitesmoke;
}