/*
Stylesheet for any additional styles that are required by the content team after the build.
All selectors should be prefixed with .content__region to avoid conflicts.
This file should not be compiled from sass.
*/



/*** table style - border on all cells ***/

.content__region .table-wrap-cells {
    width: 100%;
    overflow-y: auto;
    _overflow: auto;
    margin-bottom: 20px;
}

.content__region .table-wrap-cells table th {
    border: 1px solid #ececec;
    background: #4F7DAF;
    text-align: left;

}

.content__region .table-wrap-cells table th h3 {
    color: #fff;
    text-transform: uppercase;
    margin-left: 1em;
}

.content__region .table-wrap-cells table tr td {
    text-align: left;
    padding: 1em;
    background-color: #F5FBFD;
}


hr {border: none; border-bottom: 1px solid #EFEFEF !important; clear: both; width:100% !important; max-width:100% !important;}


