
.text-center {
    text-align: center;
}
.grey-button {
    color: #fff;
    background-color: #9c9c9c;
    padding: 17px 17px 14px 17px;
    border: 0;
    cursor: pointer;
}
button.disabled {
    opacity: 0.5;
    cursor: default;
}
.mt10 {
    margin-top: 10px;
}
p.success-replace {
    background-color: red;
    color: #fff !important;
    padding: 10px;
}
span.from-mark input {
    margin-right: 2px !important;
    color: #457EC7;
    font-size: 16px;
}
textarea.wp-editor-area {
    height: 600px !important;
}
hr.bottom_hr {
    border: 1px solid #505050;
    height: 0;
}
@media (min-width: 768px) {
    .col-sm-6.custom {
        width: 45% !important;
    }
    .col-sm-4.custom {
        width: 30% !important;
    }
}
