.reskin-table {
    border-collapse: collapse;
    font-family: "gt-walsheim-pro" !important;
}

.reskin-table th {
    background-color: transparent !important;
    padding: 6px 15.5px 6px 15.5px;
    min-height: 60px;
    height: 60px;
}

.reskin-table > thead {
    background-color: transparent !important;
}

.reskin-table td {
    padding: 6px 15.5px 6px 15.5px;
    min-height: 60px;
}

.reskin-table .light-blue-border td {
    border: 1px solid #e6edfc !important;
    vertical-align: middle;
}

.reskin-table .no-border td {
    border: none;
}

.reskin-table .light-blue-background td {
    background-color: #f4f8ff !important;
}

.alternating-row-color tr:nth-child(even) {
    background-color: #f4f8ff !important;
}

.reskin-table .blue-background th {
    background-color: #1349b7 !important;
    vertical-align: middle;
    color: #fff;
}

.reskin-table .light-blue-border td.no-border {
    border: 0px;
}

.white-background {
    background: #fff;
}
#table-container .reskin-table th {
    font-weight: 500;
}
#vaccines_table td {
    font-size: 16px;
    line-height: 24px;
    font-family: "gt-walsheim-pro" !important;
    -webkit-font-smoothing: antialiased;
    color: #1349b7;
}
