﻿         
@media only screen and (min-width: 768px) {
    p{font-size:22px;}  
}
         
@media only screen and (max-width: 767px) {
    p{font-size:18px;}  
}  
     
/* visited link */
a, a:visited {
    color: #fdcb29;
    text-decoration: none; 
    outline: 0;
}  
    
.QuestionFAQ{font-weight: bold;}   
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.butfaqSelected {
    background-color:#bba059;
    float:left;
    width:50%;
    height:55px;
    text-align:center;
    margin:0 auto;
    line-height:55px;
    color:black;
}
.butfaqNotSelected {
    background-color:#8c7843;
    float:left;
    width:50%;
    height:55px;
    text-align:center;
    margin:0 auto;
    line-height:55px;
    color:black;
}
.FAQStyle{margin-bottom:20px; border-bottom: 1px solid #bba059;}
.butpasso{
    background-color:#bba059;
    float:left;
    width:100%;
    height:55px;
    text-align:center;
    margin:0 auto;
    line-height:55px;
    color:black;
}
         
.faqContainer{
    max-width: 767px ;
}