﻿#Content-tertiary {
    margin: 0 10px 2px 10px;
}

#Content-tertiary a {
    text-decoration: none;
    color: #F00;
}

#Content-tertiary a:hover {
    color: #083a81;
}

#Content-tertiary li {
    padding-bottom: 10px;
}

#Content-tertiary td {
    padding: 4px !important;
}

.content-tertiary {
    margin: 0 10px 2px 10px;
}

.notice-text {
    color: #ff0000;
    font-size: 1.2em;
    font-weight: bold;
}

.input-label {
    font-weight: bold;
    margin-bottom: 10px;
}

table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}

th, td {
    border: 1px solid black !important;
    padding: 15px;
    text-align: left;
    vertical-align: top;
}

td.subhead {
    color: #FFF;
    font-weight: bold;
    background-color: #AAA;
}

.tbl-header {
    font-weight: bold;
    padding: 10px 15px;
}

.col-grey {
    background-color: #E5E5E5 !important;
}

ul {
    list-style-type: disc;
    margin: 0;
}

.normal-text {
    font-weight: normal;
    padding-left: 20px !important;
}

.bold-text {
    font-weight: bold;
}

.card-noborder{
    border: none !important;
}

.card-body a {
    text-decoration: none;
    color: #F00;
}

.card-body a:hover {
   color: #083a81;
}
