/*
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 Midland Academies Trust *****/

/***** TABLE 1 STYLING *****/

.content__region .table__container table {
   /*border: medium none;*/
}

.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: #325470;
    border: medium none;
    padding-left: 10px;
    color: #fff
}

.content__region .table__container table tr th {
    background-color: #325470;
    text-align: left; 
    font-weight: normal;
    border: medium none;
    color: #fff; 
    padding-left: 10px;
}

.content__region .table__container table tr th p {
	color: #fff; 
}