/*TABLE*/

.is-table-blue {
    border-collapse: collapse;
    width: 100%;

}

.is-table-blue th, td {
    text-align: center;
    padding: 15px;
    border: 0 !important;
    vertical-align: middle;

}

.is-table-blue th {
    background-color: #9ec1b6;
}

.is-table-blue tr:nth-child(even) {
    background: #9ec1b6;
}
