/* CSS Document */
.faq_q{
    background-color: rgba(40,75,175,1.00);
    color: #FFF;
    text-align: center;
    padding: .1em .8em .0em;
    font-size: 80%;
    margin-right: 5px;
    border-radius: 1em;
    line-height: 1.8;
}
.faq_a{
    background-color: rgba(175,39,65,1.00);
    color: #FFF;
    text-align: center;
    padding: .1em .8em .0em;
    font-size: 80%;
    margin-right: 5px;
    border-radius: 1em;
    line-height: 1.8;
}
table td{
    vertical-align: top;
}