<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.top-band{
    height: 300px;
    background-color: #b35751;
    padding: 0;
}

.ctitle {
    color: white;
    margin-top: 0;
    font-size: 24px;
}

.ctitle p {
    color: white;
    font-size: 17px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 0;
}

.supmainwelcalt {
    color: white;
    position: relative;
    font-size: 17px;
    margin-bottom: 12px;
}

.top-band .breadcrumb {
    background-color: unset;
    font-size: 17px;
    font-weight: 700;
    color: white;
    margin-top: 30px;
    padding-left: 0;
}

.top-band .breadcrumb a, .top-band .active, .top-band .breadcrumb-item+.breadcrumb-item::before {
    color: white;
}

.top-band .breadcrumb a:hover {
    text-decoration: none;
}

.checkon {
    top: 0px;
    height: 60px;
    bottom: 1px;
    width: 100%;
    z-index: 99;
}

.mobhgtshow {
    display: none;
}

.coverview p, .coverview span, .coverview {
    font-family: sans-serif;
    font-size: 18px;
}

.coverview {
    padding: 0px 50px;
    margin-top: 0px;
}
.coverview iframe{
    width: 100%;
    border: none;
    border-radius: 20px;
}

.rightmenu {
    background-color: #f7f7f7;
    border-radius: 10px;
}

#UnitsList {
    cursor: pointer;
}

.pd0 {
    padding: 0 !important;
}

.u-title-1 {
    padding-bottom: 0;
    color: #ccc;
}

.u-title, .u-title-1 {
    font-size: 16px;
    font-weight: 600;
    color: #595959;
    float: left;
    padding: 13px;
}

.ut-ust .fr {
    color: #4b4b4b;
    font-size: 22px;
    position: absolute;
    padding-top: 17px !important;
    right: 5%;
}

.fr {
    float: right;
}

#course-info .sidebar-info-section {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-top: -280px;
    margin-bottom: 10px;
    border: 1px solid #dcdacb;
    border-radius: 14px;
    background-color: #fff;
}
#course-info .cimg{
    width: 100%;
    position: relative;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}
.infos{
    padding: 22px;
}
.infos-header{
    font-weight: 600;
    margin-bottom: 10px;
}
/*.infos ul li .eos-icons{*/
/*    width: 30px;*/
/*}*/
#unitlink {
    color: #595959;
}

/*Course Voice*/
.cs-voice{
    width: 100%;
    height: 100%;
    background-color: black;
    position: absolute;
    background-image: url("/assets/images/cs-voice.gif");
    background-size: cover;
    background-position: center;
    z-index: 99;
}


#outer
{
    width:100%;
    text-align: center;
}
.inner
{
    display: inline-block;
}

.inner button {
    padding: 10px 20px;
    /*background: #5ba545;*/
    border: 0 none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
}</pre></body></html>