/* List */
:where(#main ol li,
.news-list ol li) {
  list-style-type: decimal;
  color: #000;
}


:where(#main ul li, .news-list ul li) {
  margin: 5px;
  list-style-type: disc;
  color: #000;
}

/* Breadcrumbs */
.breadcrumbs,
.bbp-breadcrumb {
    margin-top: 30px;
}

.breadcrumbs a:hover {
    color: #cd0814;
    text-decoration: underline;
}

/* Pagetop */
.pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.pagetop a {
    display: block;
}

.pagetop a:hover {
    display: block;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
    background: none !important;
}

/* Download Button */
ul.btn-download {
    margin: 0 auto;
    width: 698px;
}

ul.btn-download li {
    margin-top: 36px;
}

ul.btn-download a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
    background: none !important;
}

/* Day */
.day {
    margin-bottom: 5px;
    color: #838383;
}

/* R-word */
p.r-word {
    text-align: right;
}

p.r-word a {
    padding-left: 20px;
    font-size: 18px;
    color: #cf0000;
    background: url(../images/btn-arrow.png) no-repeat 0 1px;
}

p.r-word a:hover {
    text-decoration: underline;
}

/* Link Big */
.link-big p a {
    position: relative;
    margin-top: 30px;
    padding: 20px;
    border-radius: 5px;
    display: block;
    color: #fff !important;
    background: #cf0000;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none !important;
}

.link-big p a span {
    margin: 0 0 0 10px;
    font-size: 25px;
}

.link-big p a:hover {
    background: #de4e4e;
}

/* Utility */
.bg-red {
    background: #cd0814;
    color: #fff;
}

/* News List */
.news-list div {
    margin-bottom: 25px !important;
    padding-bottom: 25px;
    padding-left: 0 !important;
    margin-left: 0 !important;
    border-bottom: 1px solid #dcdcdc;
    list-style: none !important;
}

.news-list div:last-child {
    border-bottom: none;
}

/* Widget */

.widget {
    margin-block: 2rem;
}

.widgettitle {
    font-size: 1rem;
}