.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;
}
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;
    }
}
