body {
    font-family: Arial,sans-serif;
    font-size: 12px;
}

table {
    width: 100%;
}

p {
    margin: 0 0 16px;
}

.header h1 {
    font-size: 32px;
}

.header h2 {
    font-size: 18px;
}

.header .right {
    text-align: right;
}

.header .right img {
    max-height: 100px;
}

.has-border {
    margin-bottom: 16px;
}

.has-border,
.has-border td {
    border: solid 2px #000;
    border-collapse: collapse;
    padding: 7px 8px 7px;
}

.has-border th {
    border-left: solid 2px #000;
    border-bottom: solid 2px #098D8D;
    padding: 7px 8px 7px;
    text-align: left;
    color: #fff;
    background-color: #098D8D;    
}

.width-50 {
    width: 50%;
}

.width-33 {
    width: 33.33%;
}

td.blue {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #098D8D;    
}

.content,
.content p {
    font-size: 12px;
    line-height: 1.3;
}

ol.alpha {
    list-style-type: lower-alpha;
}

ol.roman {
    list-style-type: lower-roman;
}

ul.circle {
    list-style-type: circle;
}

ul.padding-bottom li {
    padding-bottom: 16px;
}

.italic {
    font-style: italic;
}

.underline {
    text-decoration: underline;
}

.footer {
    font-size: 14px;
    font-style: italic;
    text-align: center;
}

table.efl td.blue {
    width: 12%;
}

table.efl td {
    width: 22%;
}

.custom-efl-verbiage table {
    width: 100%;
    border-collapse: collapse;
}

.custom-efl-verbiage table tr:nth-of-type(odd) {
    /*background-color: #f0f0f0;*/
}

.custom-efl-verbiage table td {
    border: none;
    padding: 0 8px 8px 0;
}