﻿img {
    max-width: 100%;
    object-fit: contain;
}

.nav-link {
    background-color: transparent !important;
    color: #fff !important;
    font-weight: bold;
    border: none !important;
}

    .nav-link.active {
        background-color: #fff !important;
        color: #007fe9 !important;
    }

table thead tr th {
    background-color: #155e80 !important;
    color: #fff !important;
    border: 1px solid #fff;
}

    table thead tr th span {
        text-align: center;
    }

table .odd {
    background-color: #dde5ff !important;
}

table .even {
    background-color: #e9efff !important;
}

.iframeVideo {
    width: 350px;
    height: 350px;
}

@media (min-width: 576px) {
    .iframeVideo {
        width: 450px;
    }
}

@media (min-width: 992px) {
    .iframeVideo {
        width: 550px;
        height: 480px;
    }
}

@media (min-width: 1400px) {
    .iframeVideo {
        width: 704px;
    }
}
