/*
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.
*/

/*** Wildmoor Heath School  ***/

/***** TABLE SCROLLING **


.content .table__container
{  
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #fff;
    border-image: none;
    border-style: solid;
    border-width: 0px 0px 0px; 
    margin: 1em auto 1em;
    overflow-x: auto;
    width: 100%;
}

.content .table__container::-webkit-scrollbar
{
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
}

.content .table__container::-webkit-scrollbar-thumb
{
    border-radius: 8px;
    border-bottom: 3px solid #fff !important;
    background-color: rgba(0, 0, 0, .3);
}

/****** END ********/



/***** TABLE 1 STYLING *****/

/* .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: #9A1220;
    border: medium none;
    color: #fff
}

.content__region .table__container table tr th {
    background-color: #9A1220;
    color: #fff; 
}

.content__region .table__container table tr {
    border-top: 1px solid #fff;
    vertical-align: top;
}

.content__region .table__container table tbody td {
    background: none;
    border: solid 0px #EFEFEF !important;
    padding: 4px 10px;
    box-shadow: inset 0 0 0 1px #fff;
    font-weight: 100;
} */


/***** 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%;}  */


/****blockquote


.content__region blockquote 
{
    background-color: #f7f7f7;
    border-left: 6px solid #9A1220;
    padding: 0.5em;
    font-size: 1.2em;
    font-style: italic;
    text-align: center;
    margin-left: 0;
    width: 100%;
  }

/**** accordion reduce top margin fix ***
.template--accordion h2.template--accordion__title {
    margin-top: 3px; 
}