.article__body {
    font-family: Roboto,sans-serif;
    font-size: 15px;
}

article .boxed-text-float {
    
    padding: 10px;
    border: 2px solid;
    margin: 10px 0;
    border-radius: 0px;
    background: #fff;

}

.embed-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }
  .embed-video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; 
}


.boxed-text-float .figure__title {
    font-weight: 300;
    margin-right: 5px;
    color: #e05206;
    font-size: 1.375rem;
}

.quote:before, .quote:after {
    content: '';
}
.quote i:before {
    content: '"';
}
.quote i:after {
    content: '"';
}

div.math-formula {
    text-align: center;    
    display: table;    
    width: 100%;
    margin: 1.3846em 0;     
}

span.equationTd   {
    display: table-cell;
    font-size: 100%;        
}

span.inline-formula {  
    display: inline;
    font-size: 100%;
}

.coolBar__wrapper {
    padding-top: 1px;
}

table th {
    color: #333;
}

.journal-banner .meta__left-side picture img {
    width: 125px;
    height: 31px;
    display: inline-block!important;
    float: none;
    min-width: auto!important;
    min-height: auto!important;
}

.creative-work .meta>*+:before {
    display: inline;
    content: " | ";
}
.badge-oa {
    color: #fff;
    background-color: #fb7729;
    border-radius: 20px;    
}

h3 {
    color: #004F51;
    font-size: 1.2rem;
    font-weight: 400;
}

h4 {
    color: #004F51;
    font-size: 1rem;
    font-weight: 400;
}


h6 {
    font-size: 1rem;
}