.faq_size{
    margin: 12px;
    font-size: 24px;
}
.faq-tag{
    background-color: #e1ecf4;
    border-color: transparent;
    font-size: 13px;
    display: inline-block;
    padding: 0.1em 0.1em;
    margin: 2px 2px 2px 0;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
}
.faq-sub-page{
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 10px;
}

.fa-fw {
    width: 1.285715em;
    text-align: center;
}
.cat-grp{
    padding: 3px;
}
.content-header {
    margin-left:10px;
}
#faq_row .box-header {
    margin-top:10px;
}
#faq_row #keyword_name {
    border-radius: 5px;
}
#faq_row #keyword_name:hover {
    box-shadow: 0 0 11px rgba(33,33,33,.2); 
}
.helpfull, .liked {
    color:#3c8dbc;
    cursor:pointer;
    font-size:16px;
}
.helpfull:hover, .liked:hover {
    background: rgba(255,255,255,1);
color: #85b2cc;
}
.not-helpfull, .unliked {
    color:#797979;
    cursor:pointer;
    font-size:16px;
}
.not-helpfull:hover, .unliked:hover {
    background: rgba(255,255,255,1);
    color:#b3afaf;
}
.user-rating {
    opacity: 0;
    transition: opacity 0s ease-in 600ms, opacity 600ms;
    position: relative;
    font-size:16px;
}
.user-rating:after{
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: width 600ms;
}
.faq-group li:hover .user-rating {
    opacity: 1;
    transition: opacity 0s ease-in 600ms, opacity 600ms;
}
.faq-group li:hover .user-rating:after{
    width: 0;   
}
#faq_row #keyword_name {
    padding-left: 14px;
    padding-right: 28px;
}
.faq-float {
    float: right;
}
.faq-select-cat{
    display:none;
    padding-left: 10px !important;
}
.nav-link2{
    border-left: 3px solid #0073b7;
    display: block;
    padding: 0.5rem 1rem;
    }
.faq_li_style{
    list-style-type: none;
}    