<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.content_modular{
    padding:3% 0;
    margin-top:0 !important;
}
.content_title_layout{
    border-bottom:2px solid #e6e6e6;
    display:table;
    width:100%;
}
.content_title{
    font-size:1.5em;
    font-weight:bold;
    padding-bottom:5px;
    border-bottom:3px solid #de7d60;
    display:table;
}
.instrument_item_layout{
    padding:3% 0;
    border-bottom:1px solid #eeeeee;
    display:table;
}
.instrument_title{
    font-weight:bold;
    font-size:1.2em;
    margin: 6% 0 2% 0;
}
.instrument_left{
    width:40%;
    float:left;
}
.instrument_right{
    width:52%;
    float:right;
    margin-top:3%;
}
.instrument_content{
	line-height: 2.2em;
}
@media screen and (min-device-width:371px) and (max-device-width: 420px) {
    .instrument_left{
        width:100%;
    }
    .instrument_right{
        width:100%;
        margin-top:1%;
    }
    .instrument_title{
    	margin: 2% 0 2% 0;
    }
    .instrument_content{
	   line-height: 1.5em;
    }
}
@media screen and (min-device-width:320px) and (max-device-width: 370px) {
     .instrument_left{
        width:100%;
    }
    .instrument_right{
        width:100%;
        margin-top:1%;
    }
     .instrument_title{
    	margin: 2% 0 2% 0;
    }
    .instrument_content{
	   line-height: 1.5em;
    }
}</pre></body></html>