﻿body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 16px;
    line-height: 1.5;
    color: #212529
}


.background {
    color: white;
    background: steelblue; /*#184F80 !important;*/
    height: 100px;
    width: 100%;
    position: absolute;
    left: 0;
    font-size: 35px;
    font-weight: 600;
    padding-top: 22px;
}

.content {
    margin-top: 125px;
    line-height: 1.8;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.text-secondary {
    color: black !important;
}

.font-weight-normal {
    font-weight: 700 !important;
    font-size: 16px;
    margin-top: 32px;
}
hr {
    margin-top: 0px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.font-with-underline {
    font-weight: 700 !important;
    font-size: 15px;
}
table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}

th, td {
    padding: 15px;
    text-align:left;
}
table tbody td {
    text-align: left;
}