/*
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.
*/

/*** The Corsham School ***/


/***** TABLE BACKGROUND *****/
.content__region .table__background {
    background-color: #004479;
    border-radius: 15px;
    padding: 15px;
}
/****** END ********/

/***** TABLE 1 STYLING *****/

.content__region .table__container table {
  margin-top: 20px;
}

.content__region .table__container table tbody {
  border: none;
}
 
.content__region .table__container table thead tr {
    border: none;
} 

.content__region .table__container table thead th {
    background-color: #004479;
    border: medium none;
    padding-left: 10px;
    color: #fff
}

.content__region .table__container table tr th {
    background-color: #004479;
    text-align: left; 
    font-weight: lighter;
    border: medium none;
    color: #fff; 
}

.content__region .table__container table thead th h2,
.content__region .table__container table thead th h3,
.content__region .table__container table thead th h4,
.content__region .table__container table thead th h5
{
    color: #fff;
}

.content__region .table__container table tr th p {
    margin: 0 5px;
    color: #fff; 
}

.content__region .table__container table tr th a {
    color:#fff; 
    text-decoration: none;
}

.content__region .table__container table tr {
    border-top: 1px solid #fff;
    vertical-align: top;
}

.content__region .table__container table tbody td {
    border:solid 0px #EFEFEF !important;
    padding: 4px 10px;
    box-shadow: inset 0 0 0 0px #fff;
}

.content__region .table__container table tbody td p {
    margin: 2px 0;
}

/***** COLOURED TABLE ROWS 

.content__region .table__container table tbody tr:nth-child(odd) {
    background: #ededed;
}
*****/
.content__region .table__container table tbody tr:nth-child(even) {
    background: #f7f7f7;
}


/***** COLOURED TABLE COLUMNS *****/

.content__region .table__container table.column1  td:nth-child(1) {
    background: #00853C;
    color: #fff;
}

.content__region .table__container table.column6  td:nth-child(6) {
    background: #FFFAE8;
}

.content__region .table__container table.column7  td:nth-child(7) {
    background: #FFFAE8;
}

/***END***/

.content__region .small_table_text {font-size: 80%;}

/*****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:25%;} 

.content__region .template--accordion h2 {margin: 0.2em 0 0;}


/****blockquote****/
}

.content__region .cite {
    bottom: -12px;
    color: #666;
    font-size: 60%;
    font-style: normal;
    position: absolute;
    right: 20px;
    text-align: right;
    text-transform: uppercase;
} 

/*****End*****/


