.alert {
    margin: 0 0 0 0 !important;
}
.editor p {
    font-size: 16px !important;
}
.fa-check {
        color: #af006e;
}
article.editor h2 {
    font-size: 20px !important;
    font-weight: bold;
}
.mg-l-0 {
    margin-left: 0 !important;
}
.plr-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.plr-0-pc {
    padding-left: 0px;
    padding-right: 0px;
}
.pt-5 {
    padding-top: 5px !important;
}
.item_price_label {
    color: #af006e !important;
    font-weight: bold !important;
}
.label_number_people {
    margin-bottom:0;padding: 0px 12px 0px;border-top: 1px solid #ccc;border-bottom: 1px solid #ccc;
}
span.text-danger {
    /*font-size: 12px !important;*/
}
.b-red {
    border: 1px solid red !important;
}
textarea {
    border: solid 2px #e1e1e1;
    border-left: solid 7px #e1e1e1;
    padding: 0 2rem;
    width: 100%;
}
#system-message {
    text-align: left !important;
}
.radio-button {
    width: 25px !important;

}
.radio-button-height {
    height: 25px !important;
}
@media screen and (max-width:767px) {
    .radio-button-height {
        height: auto !important;
    }
}

@media screen and (max-width:480px) {
    .plr-0-pc {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
}