.min-content {
    width: min-content !important;
}

.nowrap {
    white-space: nowrap;
}

.fixme span {
    white-space: nowrap;
}

.nextToFixme.fixedNextToFixme {
    margin-top: 50px !important;
}

.brtl-15 {
    border-top-left-radius: 15px !important;
}

.brtr-15 {
    border-top-right-radius: 15px !important;
}

.brbl-15 {
    border-bottom-left-radius: 15px !important;
}

.brbr-15 {
    border-bottom-right-radius: 15px !important;
}

body {
    font-size: .92rem !important;
}

.btn-yellow {
    background-color: #f0ad00 !important;
    color: #fff !important;
    border-radius: 15px !important;
    font-size: 14px !important;
}

.btn-blue {
    background-color: #3AA3BC !important;
    color: #fff !important;
    border-radius: 15px !important;
    font-size: 14px !important;
}

.divMinContentButton {
    width: min-content !important;
}

.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

@media (max-width: 424px) {
    body {
        font-size: 11px !important;
    }
}