* {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    word-break: break-word;
    hyphens: auto;
}

.header {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: white;
    font-weight: 600;
}

.header img {
    height: 80px;
}

.content {
    background-color: #eee;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
    min-height: 60vh;
}

.content ul {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.content li {
    margin-bottom: 0.35rem;
}

.content .titlerow {
    padding-bottom: 2rem;
}

.footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #f5f5f5;
    font-weight: 300;
    font-size: small;
}

.nav-link.active {
    font-weight: 600;
    color: #008000 !important;
}

table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
}

table th,
table td {
    padding: .625em;
    text-align: left;
    word-wrap: break-word;
}

table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

a:hover {
    background-color: #aaa;
    color: white;
}

a:active {
    background-color: #000;
    color: white;
}

.brand-title {
    font-family: 'Britannic Bold', 'Arial Black', sans-serif;
    color: #008000;
    font-size: 1.75rem;
    font-weight: bold;
    white-space: normal;
}

.brand-subtitle {
    font-family: 'Britannic Bold', 'Arial Black', sans-serif;
    color: #008000;
    font-size: 0.95rem;
}
