*{
    font-family: UTM Neo Sans Intel, sans-serif!important;
}
.main{
    margin: 0 auto;
    color: white;
}
.content-detail{
    background: rgba(24, 128, 249, 0.8);
    padding: 15px;
    max-height: 90vh;
    overflow-y: auto;
}
.content-detail p, .content-detail span{
    color: white!important;
}
.content-detail blockquote {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
}
.content-detail blockquote {
    font-style: italic;
    font-family: Georgia, Times, "Times New Roman", serif;
    padding: 2px 0;
    border-style: solid;
    border-color: #ccc;
    border-width: 0;
}
.content-detail blockquote {
    padding-left: 20px;
    padding-right: 8px;
    border-left-width: 5px;
    clear: both;
}

.content-detail ol ol {
    margin-block-start: 0px;
    margin-block-end: 0px;
}
.content-detail ol,.content-detail ul,.content-detail dl {
    margin-right: 0px;
    padding: 0 40px;
}
.content-detail ol li{
    list-style: decimal;
}
.content-detail ul li{
    list-style: disc;
}

@media only screen and (max-width: 1250px) {
}
@media only screen and (max-width: 992px) {
}
@media only screen and (max-width: 768px) {
}
/*Mobile*/
@media only screen and (max-width: 500px) {
}