body {
    font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-variant: normal;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	color:inherit;
    text-decoration:none;
    cursor:pointer;
}

#main-header {
    justify-content: space-between;
    background-color: #00486C;
    color: white;
    display: flex;
    height: 10%;
    min-height: 70px;
    margin-right: -10px;
    margin-top: 10px;
    padding: 10px;
    position: fixed;
    right: 100%;
    top: 0;
    transform-origin: right top;
    transform: rotate(270deg);
    white-space: nowrap;
    width: 95vh;
}
@media (max-width: 1000px), (max-height: 575px)  {
    #main-header {
        width: 95vw;
        position: relative;
        transform: rotate(0);
        right: auto;
    }
    #main-body {
        width: 97vw;
        min-width: 97vw;
        margin-left: 0 !important;
    }
    #main-header-contact td:last-child {
        display: initial;
    }
}
@media (max-height: 765px) and (min-height: 576px), (max-width: 825px) {
    #main-header-contact td:last-child {
        display:none;
    }
}
#main-header-name {
    text-align: right;
}
#main-header-name h1 {
    margin-top: 0px;
    margin-bottom: 3px;
    text-align: right;
}
#main-header-contact table {
    height: 100%;
    color: inherit;
    margin-left: 10px;
}
#main-header-contact table td {
    padding-right: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#main-body {
    display: flex;
    flex-direction: column;
    margin-left: 10vw;
}
.monthTable > tbody > tr > td:first-child { 
    font-weight: bold;
    min-width: 130px;
    padding-right: 50px;
    width: 130px;
}
.content-header {
    color: white;
    background: #009DD9;
    padding: 5px;
    margin-top: 10px;
}
.content-header h3 {
    margin: 0px;
}
.content-row {
    display: inline-flex;
    width: 100%;
}
.content-row-left {
    padding: 20px 20px 0px 15px;
    width: 300px;
    min-width: 300px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    vertical-align: middle;
}
.content-row-left h4{
    margin: 0px;
    display: inline-flex;
    vertical-align: middle;
}
.content-row-split {
    width: 1px;
    background: black;
    margin-top: 20px;
    margin-bottom: 0px;
}
.content-row-right {
    flex-shrink: 10;
    padding-top: 10px;
}
.content-row-right-interior {
    padding-left: 30px;
}
.should-bold-vcenter {
    font-weight: bold;
    vertical-align: middle;
}
.full-table {
    width: 100%;
}
.full-table td {
    border-right: 1px solid black;
    text-align: center;
}
.full-table td:last-child {
    border-right: none;
}