.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.hide {
    display: none;
}
.left-col { width: 70%; float: left; }
.rigth-col { width: 25%; float: right; }
.rigth-col #submitdiv { padding-left: 10px; }
.rigth-col #faq_category { margin-bottom: 10px; }
#faq_category { text-align: left!important; }
#wp_responsive_faq_question, #wp_responsive_faq_answer { padding: 8px 5px; }
.wp_responsive_faq_container header h1 { float: left }
.wp_responsive_faq_container header input { float: right }
.clr { clear: both }