#lhkexw-mscipricestat .titleHeader{
    font-size: 52px;
    line-height: 1;
    margin-bottom: 0.4em;
    font-weight: 500;
	color: #FFFFFF;
}


#lhkexw-mscipricestat .linebreak{
    display: block;
    margin: 18px auto 18px 0;
    width: 160px;
    height: 1px;
    background-color: #e62742;
}

#lhkexw-mscipricestat .sort_wrapper{
    display: flex;
    align-items: center;
}

#lhkexw-mscipricestat .sort_ctl{
    padding: 2px 10px;
    border: 1px solid #10416c;
    border-radius: 5px;
    margin: 0px 5px;
    cursor: pointer;
}

#lhkexw-mscipricestat .sort_ctl.active{
    color: #ffffff;
    background-color: #10416c;
}

#lhkexw-mscipricestat .pricestat_wrapper{
    background-color: white;
    padding: 20px 30px;
}

#lhkexw-mscipricestat .sort_table{
    margin-top: 20px;
    overflow: hidden;
}

#lhkexw-mscipricestat .sort_table table{
    width: 100%;
    border-spacing: 0px;
    border-collapse: separate;
}

#lhkexw-mscipricestat .sort_table .tHeader th{
    border-bottom: 2px solid #10416c;
    text-align: left;
    color: #10416c !important;
    line-height: 1em;
    vertical-align: bottom;
    padding-bottom: 5px;
    padding-top: 15px;
	padding-right: 10px;
}

#lhkexw-mscipricestat .sort_table td{
    padding: 10px 10px 10px 0px;
}

#lhkexw-mscipricestat .sort_table td:first-of-type, #lhkexw-mscipricestat .sort_table th:first-of-type{
    padding: 10px;
}

#lhkexw-mscipricestat .sort_table .contract:nth-child(even){
    background-color: #f2f6f9
}

#lhkexw-mscipricestat .sort_table .tableTpl{display: none;}

#lhkexw-mscipricestat .ls, #lhkexw-mscipricestat .nc{
    display: inline-block; 
}


#lhkexw-mscipricestat .sort_table .upval {color:#24803D;}
#lhkexw-mscipricestat .sort_table .downval{color:#f4364c;}

#lhkexw-mscipricestat .footnote_wrapper{
    color: #6e6e6e;
    padding: 10px 0px;
    font-size: 14px;
}

@media screen and (max-width: 767px) {
	#lhkexw-mscipricestat .pricestat_wrapper{padding: 10px;}
	#lhkexw-mscipricestat .sort_wrapper{display: block;}
	#lhkexw-mscipricestat .sort_lbl{margin-bottom:5px;}
	#lhkexw-mscipricestat .sort_ctl{margin: 0px 0px 5px 0px;}
        #lhkexw-mscipricestat .mCSB_buttonRight{display: none !important;}
        #lhkexw-mscipricestat .mCSB_buttonLeft{display: none !important;}
}

