/*
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.
*/



.content__region .table__container table thead th {
    padding: 20px 5px;
}

.content__region .table__container table tbody td {
    padding: 0.8em 10px;
}

.content__region .table__container table tbody td p {
    color: #777;
    margin: 0px 0;
}