.frb_wrap {
    border: solid 1px #cacaca;
    margin-bottom: 25px;
}
.frb_ribbon {
    position: absolute;
    top: 0;
    z-index: 2;
    overflow: hidden;
    height: 110px;
    margin: 0;
}
.frb_ribbon span {
    background: #00adef;
    color: #fff;
    transform: rotate(-45deg);
    width: 100%;
    padding: 5px 34px;
    display: inline-block;
    transform-origin: 55% 200%;
    font-size: 12px;
}
.frb_header {
    text-align: center;
    min-height: 80px;
}
.frb_header img {
    max-height: 80px;
}
.frb_schedule {
    background-color: #ebebeb;
    padding: 10px;
    min-height: 108px;
    display: flex;
    align-items: center;
}
ul.frb_ul {
    margin: 0;
    list-style-type: square;
    margin-left: 25px;
}
.frb_value {
    background-color: #f5f5f5;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding: 10px;
}
.frb_value a {
    color: #00adef;
}
.frb_bottom {
    text-align: center;
    padding: 10px;
    background-color: #ebebeb;
}
.frb_bottom a {
    color: #00adef;
}
.frb_cta {
    text-align: center;
    padding: 25px 0;
}
img.frb_double_logo {
    max-width: 110px;
    padding: 10px 5px 5px;
}