
h2 {
    margin-top: 20px;
}

.tile {
    margin-bottom: 10px;
}

.accordion{
    margin-bottom: 20px;
}

#expand-all > div.plus, #expand-all > div.minus {
    background-color: #f2f2f2 !important;
}

.new-faq {
    padding: 0 !important;
}

.accordion a:link, .accordion > a:hover, .accordion > a:visited, .accordion > a:active {
    color: #037AC6;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-decoration: underline;
}

.faq-grouping {
    padding-right: 20px;
}

table tr th {
    background-color: #E6F2F9;
    font-weight:bold;
}

table tr td {
    border: 1px solid #E5E5E5;
    padding: 8px 10px;
}

table > thead > tr > th {
    border: 1px solid #E5E5E5 !important;
    padding: 8px 10px;
}

table > tbody > tr > td {
    color: #000000;
    font-size: 16px !important;
    line-height: 24px !important;
    font-family: Arial;
    border: 1px solid #E5E5E5 !important;
    padding: 8px 10px;
}

table > tbody > tr:nth-child(even) {
    background-color: #FFFFFF;
}

table > tbody > tr:nth-child(odd) {
    background-color: #F2F2F2;
}

