#lhkexw-marketchart .chartWrapper{
    background-color: rgba(51, 51, 51, 0);
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}

#lhkexw-marketchart .ls{
    margin-bottom: 5px;
}

#lhkexw-marketchart .sep{
    border: 2px solid #fff;
    margin: 10px 0px;
    width: 60px;
    border-radius: 60px;
}

#lhkexw-marketchart .op, #lhkexw-marketchart .lo, #lhkexw-marketchart .hi{
    font-size: 0.9rem;
}

#lhkexw-marketchart .op .label, #lhkexw-marketchart .lo .label, #lhkexw-marketchart .hi .label{
    width: 60px;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 600;
}

#lhkexw-marketchart .op .val, #lhkexw-marketchart .lo .val, #lhkexw-marketchart .hi .val{
    font-weight: 200;
}

#lhkexw-marketchart .itemInfo{
    flex: calc(100% - 60px) 1 1;
}


#lhkexw-marketchart .ctl{
    flex: 30px 1 1;
    height: 100%;
    position: relative;
    cursor: pointer;
}

#lhkexw-marketchart .ctl[data-ctl=next]:after{
    content: '';
    position: absolute;
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg) translate(-50%, -50%);
    -webkit-transform: rotate(-45deg) translate(-50%, -50%);
    top: 50%; 
    left: 50%;
}

#lhkexw-marketchart .ctl[data-ctl=prev]:after{
    content: '';
    position: absolute;
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg) translate(20%, 20%);
    -webkit-transform: rotate(135deg) translate(20%, 20%);
    top: 50%; 
    left: 50%;
}

#lhkexw-marketchart .downval{
    color: #c65665;
}

#lhkexw-marketchart .upval {
    color: #4acb70;
}

#lhkexw-marketchart .outer{
    text-align: center;
}

#lhkexw-marketchart .btn_more{
    text-align: center;
    padding: 5px 35px 5px 25px;
    position: relative;
    border: 2px solid #fff;
    margin-top: 5px;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
}

#lhkexw-marketchart .btn_more:after{
    content: '';
    position: absolute;
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg) translate(-50%, -50%);
    -webkit-transform: rotate(-45deg) translate(-30%, -80%);
    top: 50%;
    right: 10%;
}

#lhkexw-marketchart .ls span{
    margin-left: 10px;
}

#lhkexw-marketchart .itemTitle{
    font-weight: 600;
}