@charset "UTF-8";
.article_image_container .caption { 
	overflow-y: auto;
	height: 100px;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
.h_iframe { position:relative; border: 0px none transparent; }
.h_iframe .ratio { display:block; width:100%; height:auto; }
.h_iframe iframe { position:absolute; top:0; left:0; width:100%; height:100%; }

/* Video overlaying play button */
.parent{
    position:absolute;
    z-index:0;
}
.video_inner{
    position:absolute;
    z-index:1;
    bottom:50;
    right:0;
} 

/* subscript and superscripts override */
sub, sup {
    font-size: smaller;
}
sub {
	vertical-align: sub;
}
sup {
	vertical-align: super;
}