/*
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.
*/

/*** Ampleforth College - 
Table header fix - corrects left alignment ***/

.content__region .table__container table th {
    padding: 0.7em 0.4em;
}

.content__region .table__container table th p {
	color: #fff;
}

.content__region .table__container table td {
    font-weight: 300;
}

/*** Line-Height Header fix - Corrects line-height when text drops to second line ***/

.content__region h2, .content__region h3, .content__region h4, .content__region h5, .content__region h6 {
    line-height: 1em;
}