.iframeBody {padding:10px}

input[type=text] {width:90%; margin:0;}

#office_wrap {clear:both}
#office_left {float:left; width:10%; text-align: center;}
#office_right {float:left; width:calc(90% - 10px); margin-left: 10px;}


.hst-tab {list-style: none;}
.hst-tab li{ width: 80%; height: 38px; font-weight: 400; line-height: 1.2em; color: #454545; border-radius: 10px; border: 1px solid #a9a9a9; text-align: center; overflow: hidden; display: flex; justify-content: center; align-items: center; cursor: pointer; margin-top: 10px;}
.hst-tab li.active { background: #3e4ae7; border: 1px solid #000000; color: #fff;}
[data-tab-content] { display: none;}
[data-tab-content].active { display: block; }

.iframe_chart {width:100%;height:500px; border:none}
.iframe_chart2 {float:left; width:50%;height:700px; border:none}


