.cms-rr-md-stmt-of-day {
    overflow: hidden;
}
.cms-rr-md-stmt-of-day table {
    width: 100%;
    table-layout: fixed;
    border: 2px solid #454545;
    background-color: #fff;
}
.cms-rr-md-stmt-of-day table thead th, .cms-rr-md-stmt-of-day table thead td, .cms-rr-md-stmt-of-day table tbody th, .cms-rr-md-stmt-of-day table tbody td, .cms-rr-md-stmt-of-day table tfoot th, .cms-rr-md-stmt-of-day table tfoot td {
    padding: 2px;
    text-align: center;
    border: 1px solid #454545;
    word-break: break-all;
    font-size: 12px;
    line-height: 1.3em;
    color: #333;
}
.cms-rr-md-stmt-of-day table thead th, .cms-rr-md-stmt-of-day table thead td {
    padding: 6px 3px;
    border-bottom: 2px solid #454545;
    background-color: #e8e8e8;
    font-size: 14px;
}
.cms-rr-md-stmt-of-day-title {
    margin: 10px 0 16px;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    color: #333;
}
.cms-rr-md-stmt-of-day-title span {
    font-size: 30px;
    font-weight: 600;
}
.cms-rr-md-stmt-of-day-has-stmt, .cms-rr-md-stmt-of-day-has-stmt a {
    font-weight: 600;
    color: #000;
}
