

#sk {
    font-size: 16px;
}

#sk-konten a {
    color: #e50000 !important;
    text-decoration: none !important;
}

#sk-konten b {
    font-weight:600 !important;
}

.table-sk {
    margin-top: 12px;
    margin-bottom: 12px;
}

.table-sk > thead > tr > th {
    background-color: #e50000;
    color: #fff;
}

.table-sk td , .table-sk th {
    padding: 12px 16px !important;
}

.title-sk > li {
    margin-top: 12px;
    margin-bottom: 12px;
}

.title-sk > li > div:first-child , .title-sk > li::marker {
    font-weight: 600;
    font-size:18px;
    margin-bottom: 6px;
}

.title-sk > li > div:not(:first-child) {
    font-size:16px;
}

.title-sk > li > ol {
    padding-left: 12px;
}

.title-sk > li > ol > li {
    padding-top: 4px;
    padding-bottom: 4px;
}

ol.q {
    list-style-type: lower-roman;
    padding-top:6px;
    padding-bottom:6px;
}