/* table */
.table caption {
    font-weight: bold;
    text-align:center;
    font-size:22px;
    color: #000000;
    padding-bottom:5%;
}
.table thead tr td {
    font-weight: bold;
    vertical-align: middle;
}

.table tbody tr td {
    border: none;
    line-height: 2.4;
    color:#333333;
    vertical-align: middle;
}

tbody tr:nth-child(odd){
    background: #FFFFFF;
}
tbody tr:nth-child(even){
    background: #FBF9ED;
}


@media (min-width: 1200px) {

}

@media (min-width: 992px) {

}

@media (min-width: 768px) {

}

@media (max-width: 768px) {

}

@media (max-width: 500px) {

}
