/*OVO ARTICLES CUSTOM CSS*/


hr {
    color: #ddd !important;
    margin: 15px 0 !important;
    padding: 0 15px !important;
}

strong, b {
    font-weight: 700 !important;
}

.footerLine {
    background-color: #333;
    display: block;
    width: 100%;
    line-height: 38px;
    border-top: 0;
    text-align: center;
}

.cd-top:hover {
    background-color: #ABB8D4;
    opacity: 0.9;
}

.mdi-rss:before {
    color: #EAA422 !important;
}

.headerLine li {
    float: left;
    margin-right: 10px;
    display: inline-table;
    overflow: hidden;
}

.headerLine {
    min-height: 45px;
    line-height: 35px;
}

.footer {
    margin-top: 170px;
    padding-top: 15px;
    background-color: #fff;
    display: block;
    width: 100%;
    line-height: 36px;
    height: 200px;
    border-top-color: #ddd;
    border-top-style: solid;
    border-top-width: 1px;
}

/* Increase padding around article text */
.columner {
    padding: 25px !important;
}

.announcemet {
    height: fit-content !important;
}

/* Fix list disc position */

.fixFont ul {
    list-style-position: outside !important;
}