<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.credit-body-calc.define{
	position:relative;
}
.credit-body-calc.define:before{
	content:'';
	left:0;
	right:0;
	top:0;
	bottom:0;
	position:absolute;
	z-index: 9;
}

.ui-credit-summ .ui-range-titles-right span:before{
    content:'';
    position: absolute;
    right: 0;
    top:0;
    height: 100%;
    width:100%;
}
body .wrapper main .m-inner .credit-body-calc .ui-range--background .ui-range-titles-right{
    position: relative;
}
body .wrapper main .m-inner .credit-body-calc .ui-range-titles-right-wrap{
    z-index: 1;
}</pre></body></html>