.w-faqs{
    clear:both;
    margin:0 0 20px 0;
    width:100%;
}

.faq{
    float:left;
    padding:0 0 10px 0;
    width:100%;
}

.faq-q span{
    padding: 3px 15px;
    margin-right: 18px;
    border: 1px solid #EAEAEC;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    color: #888;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    float: left;
    background: whiteSmoke;
}

.faq-q a:hover{
    text-decoration: none;
}

.faq-a{
    float:left;
    width:100%;
    display:none;
}

.faq-q h4{
    border: none!important;
    margin: 0!important;
    padding: 0!important;
    font-size: 17px!important;
}

.faq-q h4 a{
    line-height: 28px;
    padding: 0 0 0 10px;
    display: block;
    float: left;
    width: 87%;
}

.faq-a p{
    margin: 0 0 0 64px;
}