/* FAQ Users Prestashop module
 * Copyright 2015, Prestaddons
 * Author: Prestaddons
 * Website: http://www.prestaddons.fr
 */

/* Styles du module FAQ Users */	
#submit_new_question{
    float: right;
    margin-top: 30px;
    margin-bottom: 20px;
}
.content_scene_cat_bg17{
    min-height: 13.75rem;
	background: url(../img/banner17.jpg) 0 top no-repeat;
    background-size: cover;
    padding:15px;
}
#faqusers_faq_sort{
	padding: 0px;
	padding-right: 20px;
}
#selectFaqSort{
	background-color: white;
	color: grey;
    border: 1px solid #d6d4d4;
}
.content_scene_cat_bg17 .h1{
	color:white;
}
.style17 li .form-group label{
	padding-right: 20px;
}
.faq-ul{
    background: #FEFEFE;
	padding-bottom: 0px !important;
}
.faq-li-item a{
	color:black;
}
.faq-li-item a:hover{
	color:#2fb5d2;
}
#faq_list li ul li:before{
	content: '' !important;
    line-height: 30px;
}