/*
 * Styles for Webinars Table.
 */


@media screen and (max-width: 767px) {
    .webinars-table {
        overflow: scroll;
    }
}

@media screen and (min-width: 767px) {
    .webinars-table > p {
        display: none;
        }
}

.webinars-table table tr:nth-child(1) {
    background: #3b9e43 !important;
}

.webinars-table table tr:nth-child(odd) {
    background: #f4f4f4;
}

.webinars-table table tr:nth-child(even) {
    color: #3b9e43;
}

.webinars-table table tr th {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
}

.webinars-table table tr th,
.webinars-table table tr td {
    border: none;
}

.webinars-table table tr td.webinars-course-row a {
    font-weight: bold;
}

.webinars-table table tr td.webinars-info-row a {
    display: block;
    text-align: center;
    line-height: 1.3;
}

.webinars-table .pagination .page-numbers {
    background: #f4f4f4;
    color: #3b9e43;
    font-size: 14px;
}

.webinars-table .pagination .page-numbers:hover {
    background: #3b9e43 !important;
    color: #ffffff !important;
}

.webinars-table .pagination .page-numbers.current:hover {
    background-color: #f4f4f4 !important;
    color: #1d1d1d !important;
}

.webinars-table .pagination .page-numbers.next,
.webinars-table .pagination .page-numbers.prev {
    display: none;
}