/*
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 header fix ***/

.content__region .table__container thead th {
    padding: 20px 5px;
    color: #fff
}

.content__region .table__container table tbody td {
	font-weight: normal;
}