<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
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.
*/

/*** Mowden Hall School ***/


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

.content__region .table__container table {
    table-layout: fixed;
    min-width: 200px;
}

.content__region .table__container table tbody th {
  padding-left: 10px;
}

.content__region .table__container table tbody td {
   min-width: 200px;
   padding-left: 10px;
   text-align: left;
}

/**
.content__region .table__container table tbody td {
    padding-left: 10px;
}

.content__region .table__container table tbody th {
    padding-left: 10px;
}

/***** COLOURED TABLE ROWS ***

.content__region .table__container table tbody tr:nth-child(odd) {
    background: #f7f7f7;
}

.content__region .table__container table tbody tr:nth-child(even) {
    background: #ededed;
}



/*****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%;} </pre></body></html>