<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#main .dataBlock .list &gt; .tempBox h3 {
    padding-bottom: 5px;
		margin:30px 0 0 0;
    border-bottom: 1px solid #333333;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.2;
}

@media only screen and (max-width: 767px){
#main .dataBlock .list &gt; .tempBox h3 {
    font-size: 20px;
}
}

.itw{
	font-weight:bold;
}</pre></body></html>