.standfirst{ display:none; }
.gutterTop.primaryContent { margin-top: 0; }
.gutterTop.secondaryContent { margin-top: 0; }
.smallFont {font-size: 80%;}
.footnote ol li { margin-bottom: 0em!important;} 

.babt {
    display: flex;
    gap: 2px;
} 
#pageContent .babt ul li ul{
    padding-top: 0.67em;
    list-style: none;
    font-size: 1em;
    padding-left: 1.25em;
}

#pageContent .babt ul li ul li:before {
    content: "\e010";
}


.babt_l, .babt_r {
    flex-grow:1;
    width:50%;
}


.babt h4{ 
    display:block; 
    padding: 0.5em; 
    background: #00b1eb; 
    color: #fff;
    font-size: 1.1em;
    text-align: center;
} 

#fullyear thead th {
    padding: 0.5em!important;
    background: #00b1eb; 
    color: #fff;
    font-size: 1em;
    text-align: center;
}



table.dataTable td{
font-size:14px;
font-weight:normal;
width:85px;
padding: 5px 10px 5px 0!important;
} 

table.dataTable .thl{
font-size:14px;
}

table.dataTable .tdblank{
 background: #cecece;
}

.thline { 
    position: relative;
}
.thline:before { 
    content: "";
    position: absolute;
    bottom: 5px;
    left: 5%;
    height: 1px;
    width: 90%;
    box-sizing: border-box;
    background-color: #ffffff;
}



@media only screen and (max-width: 759px){
    .babt {
        display: block;
    }
    .babt_l {
        margin: 0 0 1em 0;
    }
    .babt_l, .babt_r {
        width:auto;
    }
}
 


