<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.contact_title{
    font-size:15px;
    margin-bottom: 15px;
    margin-left:15px;
}
.contact_member{
    font-size:15px;
    text-align:center;
}
.contact_member b{
    color:#0c426d;
}
.table{
    font-size:14px;
    margin-top:15px;
}

@media screen and (max-width: 980px) {
    .contact_title {
        /*font-size: 3vmin !important;*/
    }
    .contact_member{
        font-size: 3vmin !important;
    }
    .table{
        font-size: 3vmin !important;
    }
    #submit{
        font-size: 2.8vmin !important;
    }
}</pre></body></html>