<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container {
    background-color: white; 
    width: 810px; 
    font: url('fonts/HelveticaNeueLTStd-BdCn.otf');
}
.row1 {
    background-image: url('../img/obj/title_red.png');
    width: 100%; 
    background-repeat:no-repeat; 
    height: 66px; 
    margin-left:0px; 
    margin-right:0px;
}
.row1Div {
    position: absolute; 
    margin-left: 365px; 
    color:white; 
    font-size: 20px; 
    text-align: center; 
    margin-top: 4px;
}
.row2 {
    height: 379px; 
    margin-right:0px; 
    width: 100%;
}
.row3 {
    background-image: url('../img/obj/title_black.png'); 
    width: 100%; 
    background-repeat:no-repeat;
    height: 66px; 
    margin: 0; 
    background-color: #437194;
}
.row3Div {
    position: absolute; 
    margin-left: 335px; 
    color: white; 
    font-size: 20px; 
    text-align: center; 
    margin-top: 4px;
}
.row4 {
    width: 100%; 
    margin: 0; 
    padding:30px 10px 30px 10px; 
    background-color: #437194;
}
.art_played {
    margin-top: 5px; 
    text-align: center; 
    font-size:20px;
}
.autoMargin {
    margin-left: auto; 
    margin-right: auto;
}
.marTop {
    margin-top: 57px;
}
.radioList {
    cursor:pointer; 
    border-radius: 15px; 
    overflow: hidden;
    width: 68px;
}</pre></body></html>