.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;
} 

.babt_l, .babt_r { 
    flex: 49%;
    box-sizing: border-box; 
} 

.babt_l {
    margin-right: 2%;
} 

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

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


