div.news-list
{
    word-wrap: break-word;
}
div.news-list img.preview_picture
{
    float:left;
    margin:0 4px 6px 0;
}
.news-date-time {
    color:#486DAA;
}
.button-faq {
    border: none !important;
    border-radius: 4px !important;
    height: 50px !important;
    line-height: 50px !important;
    font-weight: bold !important;
    font-size: 14px !important;
    color: #fff !important;
    text-transform: uppercase !important;
    width: 180px !important;
    background: #f89c19;
    padding: 0 25px !important;
    margin-bottom: 47px;
    padding-right: 50px;
    padding-left: 50px;
}

.button-faq:hover {
    background: #e19021;
}

.button-faq:hover {
    text-decoration: none;
}

#form-question .validate{
    color: #f99c19 !important;
}
.faq-line{
    margin-bottom:30px;
    border: 1px solid #d9e4ea;
    border-radius: 5px;
    background:white;
}
.faq-bottom{
    border-top: 1px solid #d9e4ea;
}
.faq-line .answer-bottom{
    display:none;
}
.faq-item.answer-bottom{
    padding-top:0;
}
#text-questions-form{
    margin-bottom:10px;
}
.in-section-faq{
    min-height:600px;
}