<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1.JukuConTitleH1 {
    padding: 0px;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    float: left;
    clear: left;
    width: unset;
}
.classroom-list-title {
    clear: both;
    padding-top: 10px;
}
.classroom-list-title h2 {
    margin: 0;
}
.chainLink {
    width: 100%;
}
.chainLink ul {
    float: left;
    width: 100%;
    padding: 0;
    clear: left;
    margin: 10px 0px 10px 0px;
}
.chainLink li {
    float: left;
    list-style-type: none;
    margin: 0px 0px 10px 30px;
    background-image: url(../../../img/icon_search_arrow.gif);
    background-repeat: no-repeat;
    background-position: 2px 2px;
    padding: 0px 0px 0px 16px;
}</pre></body></html>