/*init*/

    #search_faqs_container {
    width: 100%;
     background-image: url(https://www.dark-ink.com/background/bb.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: auto;
    padding: 40px;
}
#search_faqs_submit_button {
    width: 20%;
    height: 100%;
    right: 0;
    top: 0;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    background-color: #e00025;
    border-radius: 0 3px 3px 0;
    box-shadow: none;
    cursor: pointer;
    border: none;
}
.faqs-num-items-in-category {
    float: right;
    max-width: 85%;
    font-weight: 900;
    color: #e00025;
}

