.pc_faq_plugin_upgrade_notice{
    font-weight: 400;
    color: #fff;
    background: #00A0D2;
    padding: 1em;
    margin: 9px 0;
}
.pc_faq_plugin_upgrade_notice:before {
    content: "\f348";
    display: inline-block;
    font: 400 18px/1 dashicons;
    speak: none;
    margin: 0 8px 0 -2px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: top;
}

.faq_network_overlay{
    background-color: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.5;
    z-index: 9999;
}
.faq_fields_popup{
    z-index: 99999;
    background-color: #fff;
    opacity: 1;
    width:636px;
    border: 1px solid #ccc;
    display:none;
}
@media (max-width: 636px) {
    .faq_fields_popup {
        width: 97% !important;
    }
}
.faq_popup_header{
    border-bottom: 1px solid #ccc;
}
.faq_popup_header h3{
    margin: 0;
    padding-left: 5px;
}
.faq_close_wrapper{
    position: absolute;
    top: 2px;
    right: 9px;
    font-size: 20px;
    line-height: 27px;
    cursor: pointer;
}

.faq_fields_popup .section {
    width: 100%;
    float: left;
    padding: 7px 0;
}
.faq_popup_footer{
    border-top: 1px solid #ccc;
    text-align: right;
}
.faq_popup_footer a{
    margin-right: 10px !important;
}
.faq_popup_footer input{
    margin-right: 10px !important;
}

.faq_network_popup_error{
    color: #a94442;
}

.faq_network_field_html{
    float: left;
    width: 98%;
    padding: 8px;
}
.faq_black_text{
    color: #000 !important;
}
.faq_popup_left{
    float:left;
    width:40%;
}

.faq_strong{
    font-weight: bold;
}

.bs_user_question table,.bs_user_question textarea{
    width: 100%;
}
.pc_faq_email_sent{
    color: #000;
    padding-right: 10px;
    font-weight: bold;
}