/*
 To change this license header, choose License Headers in Project Properties.
 To change this template file, choose Tools | Templates
 and open the template in the editor.

 Created on : 29/12/2017, 02:09:15
 Author     : Filipe Giácomo <decolarweb.com>
*/
.faq_content{
    background: #fff !important;
    border-radius: 5px;
}
.faq_content article{
    width: 100%;
    float: left;
    border-bottom: 1px solid #eee;
    background: #fff;
    border-radius: 5px;
}
.faq_content article:nth-child(odd){
    background: #f9f9f9;
}
.faq_content article header{
    width: 100%;
    float: left;
}
.faq_content article header h1{
    font-size: 1em;
    padding: 15px;
    font-weight: 300;
    border-radius:5px 5px 0 0;
}
.faq_content article header h1:hover{
    background: #eee;
    transition: 0.5s;
    cursor: pointer;
    border-radius:5px 5px 0 0;
}
.faq_content article header .tagline{
    padding: 15px !important;
    border-top: 1px solid #eee;
    font-size: 0.900em;
    display: none;
}