/* Accessible helpers */
.workshop-fee-table-wrap .screen-reader-text,
.course-fee-table-wrap .screen-reader-text {
    position: absolute !important; height: 1px; width: 1px; overflow: hidden;
    clip: rect(1px,1px,1px,1px); white-space: nowrap;
}

#workshop-fee-table th,
#course-fee-table th {
    background: #2F65A7;
    color: white;
}

#workshop-fee-table td,
#course-fee-table td {
    vertical-align: top !important;
}

#workshop-fee-table tr:nth-of-type(odd),
#course-fee-table tr:nth-of-type(odd) {
    background: #f5f5f5;
}

#workshop-fee-table td.child ul li,
#course-fee-table td.child ul li {
    list-style-type: none;
}

@media only screen and (min-width: 768px) {
    #workshop-fee-table td,
    #course-fee-table td {
        padding: 10px 15px !important;
    }
}

/* Center text horizontally in all cells */
#workshop-fee-table  th,
#workshop-fee-table  td,
#course-fee-table  th,
#course-fee-table  td {
    text-align: center;
}

