﻿table#header-table {
    margin-top: 10px;
}

    table#header-table img {
        object-fit: cover;
        object-position: top;
    }

    table#header-table img.full_image {
        object-fit: contain;
        object-position: center;
    }

    table#header-table tr td:nth-child(1) img,
    table#header-table tr td:nth-child(1) div.containerP {
        margin-right: 20px;
    }

    table#header-table tr td div.containerP {
        padding: 20px;
        background-color: #e4e4e4;
        height: 190px;
    }

    table#header-table tr td p.date {
        font-size: 13px;
        margin-bottom: 15px;
    }

    table#header-table tr td p.title {
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    table#header-table tr td p.text {
        font-size: 14px;
        margin-bottom: 20px;
    }

    table#header-table tr td p.read-more a {
        font-size: 13px;
        text-decoration: underline;
    }

table#contained-right-table tr td {
    width: 155px;
}

    table#contained-right-table tr td:nth-child(2) {
        width: 100%;
        height: 143px;
    }

table#contained-right-table tr:nth-child(1) td img,
table#contained-right-table tr:nth-child(2) td img {
    margin-bottom: 26px;
}

table#contained-right-table tr td div.containerP {
    padding: 10px;
    height: 123px;
}

table#contained-right-table tr td:nth-child(1) img {
    margin-right: 0;
}

div.news-item {
    margin-top: 20px;
}

    div.news-item img {
        float: left;
        margin-right: 20px;
        object-fit: cover;
        object-position: top;
    }

    div.news-item div p:nth-child(1) {
        font-size: 11px;
    }

    div.news-item div p:nth-child(2) {
        font-size: 13px;
        font-weight: 600;
        margin-top: 10px;
    }

    div.news-item div p:nth-child(3) {
        margin-top: 10px;
    }

        div.news-item div p:nth-child(3) span.read-more {
            text-decoration: underline;
        }

div#pagination {
    clear: both;
    margin-top: 25px;
    text-align: center;
    width: 100%
}

div#p-container {
    display: inline-block;
}

    div#p-container a {
        color: black;
        float: left;
        padding: 6px 14px;
        text-decoration: none;
        transition: background-color .3s;
    }

        div#p-container a.active {
            background-color: #AED581;
        }

        div#p-container a:hover:not(.active) {
            background-color: #ddd;
        }

div.clear {
    clear: both;
}

table.search {
    width: 100%;
}

    table.search tbody tr td h1 {
        font-size: 18px;
    }

    table.search td:first-child {
        width: 30%;
    }

        table.search td:last-of-type {
            text-align: right;
            vertical-align: middle;
        }

input#txtNewsSearchCriteria {
    margin-right: 5px;
    border: solid 1px #ddd;
    font-size: 12px;
    height: 16px;
}

button#aNewsSearch {
    width: 70px;
    height: 22px;
    background-color: #AED581;
    color: black;
    border: solid 1px #AED581;
}

div.year-separator {
    margin-top: 30px;
    border-bottom: solid 1px #333;
    font-weight: 600;
    font-size: 16px;
}

div#years-bottom a {
    font-size: 14px;
}

div#years-bottom span.space-between {
    display: inline-block;
    width: 20px;
}

div#years-top a,
div#years-bottom a {
    text-decoration: underline;
}

    div#years-top a.active,
    div#years-bottom a.active {
        font-weight: 600;
        text-decoration: none;
    }

div.disclaimer {
    margin-top: 20px;
    margin-left: 8px;
    border-top: solid 2px #ddd;
    padding-top: 10px;
    width: 742px;
    text-align: center;
}

div.disclaimer p:first-of-type {
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
}