﻿body {
    font-size: 16px;
    line-height: 1.2;
    color: #212221;
}
.font-red {
    color:red;
}
.container {
    max-width: 1800px;
}
.display-block {
    display:block;
}
.contentheader_header {
    font-size: 2em;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 300;
    padding-top: 20px;
}

.table-gray {
    background-color: gray;
}

.table > :not(:first-child) {
    border-top: 1px solid currentColor;
}

.table > thead > tr > th {
    font-style: normal;
    font-weight: 500;
    font-size: .6875em;
    text-transform: uppercase;
    color: white;
    border-top: none;
}

.table > tbody > tr > td {
    font-style: normal;
    font-weight: 400;
    font-size: .9375em;
    text-transform: none;
    color: #58595b;
}

.table > thead > tr :first-child {
    border-top-left-radius: 10px;
    padding-left: 25px;
}

.table > thead > tr :last-child {
    border-top-right-radius: 10px;
    padding-right: 25px;
}

.table > tbody > tr :last-child {
    padding-right: 25px;
}

.table > tbody > tr :first-child {
    padding-left: 25px;
}

.table > thead {
    line-height: 2em;
}

.btn-cornflowerblue {
    color: #fff;
    background-color: cornflowerblue;
    border-color: cornflowerblue;
}
