/*
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 styling, borders on bottom rows only. table header block colour *****/


.content__region .table__container table {border:solid 0px #fff;}
.content__region .table__container table tbody {border:1px solid #fff;}

.content__region .table__container table tr th {background-color:#4AA538; border: 1px solid #fff !important; color:#fff; text-align: left; padding: 0 5px;}
.content__region .table__container table tr th p {margin: 0 5px;}
.content__region .table__container table tr th a {color:#fff; text-decoration: none;}

.content__region .table__container table tr {border-bottom:solid 1px #4AA538; vertical-align: top;}


.content__region .table__container table tr:nth-child(odd) {
    background: #f7f7f7;
}

.content__region .table__container table tr:nth-child(even) {
    background: #fdfdfd;
}

.content__region .table__container table tr td 
{
    border:solid 0px #f7f7f7 !important;
    padding: 4px 10px;
}

.content__region .table__container table tr td p {margin:0px;}

.content__region .table__container table tr td h4 {margin:0px;}


/*****Table column adjust*****/

.content__region .table__container .col1 {
    min-width: 120px !important;
    width: 48%;
}
.content__region .table__container .col2 {width:33%;}


.content__region .table__container .col3 {width:20%;} 

/*****Table 2*****/


/***Table - alternative row color***/
.content__region .table__container2 table td:nth-child(odd) {
    background: #f7f7f7;
}

.content__region .table__container2 table td:nth-child(even) {
    background: #fdfdfd;
}


.content__region .table__container2 table tr td 
{
    padding: 3px;
    border: 1px solid #4AA538 !important;
}

.content__region .table__container2 table {border:solid 2px #F7F7F7;}

.content__region .table__container2 table tr td p {margin:0px;}

.content__region .table__container2 table tr th {background-color:#4AA538; border: 1px solid #fff !important; color:#fff;}

/*****Table column adjust*****/

.content__region .table__container2 .col1 {
    min-width: 150px;
    width: 48%;
}
.content__region .table__container2 .col2 {width:30%;}


.content__region .table__container2 .col3 {width:15%; min-width: 120px; color:#fff;} 



/*****End*****/