.theme_triad #cm.bar #c-inr {
    max-width: inherit;
}

.theme_triad #c-bns .c-p-bn,
.theme_triad #c-bns .c-s-bn,
.theme_triad #s-bns button {
    color: #fff;
    background: #ed1c24;
}

.theme_triad #c-bns .c-p-bn:active,
.theme_triad #c-bns .c-p-bn:hover,
.theme_triad #c-bns .c-s-bn:active,
.theme_triad #c-bns .c-s-bn:hover,
.theme_triad #s-bns button:active,
.theme_triad #s-bns button:hover {
    background: #ae1a1f;
}
.cc_div .b-tg .c-tgl:checked~.c-tg {
    background: #ed1c24;
}

@media screen and (min-width: 992px) {
    .theme_triad #cm.bar #c-inr {
        display: flex;
        max-width: 100%;
    }
    .theme_triad #cm.bar #c-inr-i {
        flex: 1.5;
        padding-right: 1em;
        display: flex;
        align-items: center;
    }
    .theme_triad #cm.bar #c-bns {
        flex: 1;
        margin-top: 0;
        flex-direction: row-reverse;
    }
}

/* Pisler style */
.theme_triad #cc_div #cm {
    background: white;
}
.theme_triad #c-txt {
    color: #111;
    font-family: Helvetica,Calibri,Arial,sans-serif!important;
    font-size: 13px;
}

.theme_triad #c-txt a {
    color: #ed1c24;
    text-decoration: none;
    border-bottom: none;
}
/* accept/deny btn */
.theme_triad #c-bns #c-p-bn,
.theme_triad #c-bns #c-s-bn {
    display: inline-block;
    min-width: 140px;
    font-size: 1.3rem;
    text-decoration: none;
    color: #ed1c24;
    background: transparent;
    border: 1px solid #ed1c24;
    border-radius: 10px;
    padding: 8px 16px;
    text-align: center;
    font-weight: 400;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
    margin-left: 1em;
}
.theme_triad #c-bns #c-p-bn:hover,
.theme_triad #c-bns #c-s-bn:hover {
    background: #ed1c24;
    color: white;
}
/* Change pref btn */
.theme_triad #c-bns #c-t-bn.c-t-bn {
    border: none;
    background: none;
    font-weight: 700;
    min-width: 140px;
    margin-left: 0;
    color: #111;
}
.theme_triad #c-bns #c-t-bn.c-t-bn:hover {
    text-decoration: none;
}

@media (max-width: 688px) {
    .theme_triad #c-bns #c-p-bn,
    .theme_triad #c-bns #c-s-bn,
    .theme_triad #c-bns #c-s-bn.c-t-bn {
        width: 100%;
        padding: 1em 1.7em;
        margin-left: 0;
    }
    #cm.bar #c-bns {
        max-width: 100%;
    }
}

/* Rajo style overrides */
.theme_triad #s-bl .title {
    font-size: 1em;
    line-height: 1.2em;
    margin-bottom: 0;
    font-weight: inherit;
    color: inherit;
}
