#lhkexw-hpwidget{
    max-width: 480px;
    width: 100%;
    border-radius: 5px;
    color: white;
}

#lhkexw-hpwidget .widgetTop{
    padding: 20px 20px 5px 20px;
}

#lhkexw-hpwidget .widgetBot{
    padding: 10px 20px;
}

#lhkexw-hpwidget .pageTitle{
    font-weight: Bold;
    font-size: 18px;
    margin: 5px 0px;
}

#lhkexw-hpwidget .dataTable{
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px;
    margin-bottom: 10px;
}

#lhkexw-hpwidget .top .dataTable span.pc{
    margin-left: 20px;
}

#lhkexw-hpwidget .naRow{text-align: center;}

#lhkexw-hpwidget .update{
    font-size: 14px;
    display: inline-block;
    font-weight: 100;
}

#lhkexw-hpwidget .headerrow{
    text-align: left;
}

#lhkexw-hpwidget .widgetBot{
    border-top: 1px solid #fff;
}

#lhkexw-hpwidget .headerrow th{
    border-bottom: 1px solid white;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    padding: 4px 3px 4px 0px;
}

#lhkexw-hpwidget .datarow.dqt td {
    padding-bottom: 0px;
    border-bottom: none;
}
#lhkexw-hpwidget .datarow.st td {
    padding-top: 0px;
}

#lhkexw-hpwidget .datarow td{
    vertical-align: middle;
    font-size: 12px;
    font-weight: lighter;
    border-bottom: 1px solid #999;
    padding: 5px 8px 5px 0px;
    white-space: nowrap;
}

#lhkexw-hpwidget .datarow td.nm, #lhkexw-hpwidget .datarow td.msg{
    white-space: normal;
}


#lhkexw-hpwidget .upval {
    color: #4acb70;
    font-weight: 600;
}

#lhkexw-hpwidget .downval {
    color: #c65665;
    font-weight: 600;
}

#lhkexw-hpwidget .widget_page_wrapper{
    height: 290px;
}

#lhkexw-hpwidget .widget_page{
    display: none;
}

#lhkexw-hpwidget .widget_page.active{
    display: block;
}

#lhkexw-hpwidget .widget_pager_wrapper{
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#lhkexw-hpwidget .lastupdate, #lhkexw-hpwidget .FVlastupdate{
    font-weight: lighter;
    font-size: 11px;
    padding: 5px 0px;
}

#lhkexw-hpwidget .widget_ctl{
    padding: 5px;
    display: inline-block;
    cursor: pointer;
    margin: 0px 3px;
}

#lhkexw-hpwidget .widget_ctl.pager.active:after{
    background: white;
}

#lhkexw-hpwidget .widget_ctl.pager:after{
    content: '';
    background: rgba(100, 100, 100, 50);
    border-radius: 50%;
    width: 0.5em;
    height: 0.5em;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

#lhkexw-hpwidget .widget_ctl.pager{
    position: relative;
}

#lhkexw-hpwidget .widget_ctl[data-ctl=prev]{
    background-image: url(../images/btn_prev.png);
    height: 16px;
    width: 16px;
    background-size: contain;
    background-repeat: no-repeat;
}

#lhkexw-hpwidget .widget_ctl[data-ctl=next]{
    background-image: url(../images/btn_next.png);
    height: 16px;
    width: 16px;
    background-size: contain;
    background-repeat: no-repeat;
}

#lhkexw-hpwidget #tags{
    width: 100%;
    padding-left: 25px;
    font-size: 15px;
    background-color: transparent;
    border: 0px;
    color: #fff;
    background-color: rgba(100, 100, 100, 50);
}

#lhkexw-hpwidget #tags::placeholder{
    color: white;
}

#lhkexw-hpwidget .searchIcon{
    width: 100%;
    position: relative;
}

#lhkexw-hpwidget .searchIcon:before{
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(../images/btn_search.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translate(0 , -50%);
}

#lhkexw-hpwidget .searchrow .result{
    position: absolute;
    background-color: white;
    color: black;
    margin-left: -20px;
    max-width: 480px;
    width: 100%;
}

#lhkexw-hpwidget .searchbox .result table td{
    cursor: pointer;
    border-top: 1px solid #e8eef2;
    border-bottom: 1px solid #e8eef2;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    text-align: left;
    font-size: 11px;
}

#lhkexw-hpwidget .result table{width: 100%;}
#lhkexw-hpwidget .input_wrapper{display: flex;}

#lhkexw-hpwidget .lbl_search{
    font-size: 13px;
    font-weight: bold;
    position: relative;
}

#lhkexw-hpwidget .lbl_search:after{
    content: '';
    border-right: 2px solid red;
    border-bottom: 2px solid red;
    width: 8px;
    height: 8px;
    display: block;
    transform: rotate(-45deg);
    position: absolute;
    right: -10px;
    top: 4px;
}

#lhkexw-hpwidget .top .nm{
    font-weight: bold;
}

#lhkexw-hpwidget .top .ric{
    margin-left: 5px;
}

#lhkexw-hpwidget .titleFlexWrapper{
    display: flex;
    margin: 5px 0px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#lhkexw-hpwidget .over2l{
    height: 2.2em;
    overflow: hidden;
    line-height: 1.1em;
}

#lhkexw-hpwidget .over1l{
    height: 1.1em;
    line-height: 1.1em;
    overflow: hidden;
    display: flex;
}

#lhkexw-hpwidget .stockConnect .dataTable th:nth-child(1), #lhkexw-hpwidget .top .dataTable th:nth-child(1), #lhkexw-hpwidget .s_market th:nth-child(1){
	width: 60%;
}

#lhkexw-hpwidget .stockConnect .dataTable th:nth-child(2), #lhkexw-hpwidget .top .dataTable th:nth-child(2), #lhkexw-hpwidget .s_market th:nth-child(2){
	width: 40%;
}

@media screen and (max-width: 480px) {
    .marketOverview_1 .op, .marketOverview_1 .high, .marketOverview_1 .low, .marketOverview_2 .op, .marketOverview_2 .high, .marketOverview_2 .low{display: none;}
    
    #lhkexw-hpwidget{width: 90%;}
    
    #lhkexw-hpwidget .widget_page_wrapper{height: 330px;}
}