﻿@media screen and (max-width: 1200px) {
    .mainTable{
        width: 100% !important;
        font-size: 12px !important;
    }

    .firstMainTable {
        width: 100% !important;
    }

    .secondMainTable{
        width: 100% !important;
    }

    .medal-roll-iframe{
        width: 100% !important;
        height: 50vh !important;
    }

    .medal-roll-image {
        width: 100% !important;
        height: auto !important;
    }

    .medal-roll {
        width: 95% !important;
    }

    .register-sources-table{
        width: 100% !important;
        table-layout: fixed !important;
        word-break: break-word !important;
    }

    .table-results-container {
        overflow-x: auto;
        margin-bottom: 7px;
    }

    .table-results {
        margin-right: 3px;
        font-size: 12px;
    }

    .logo {
        width: 30% !important;
    }

    .logoright {
        width: 30% !important;
    }

    .boer-war-banner {
        width: 100% !important;
    }
}

@media screen and (max-width: 990px) {
    .mobile-404 {
        min-height: 100% !important;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .mobile-404-partial {
        display: none !important;
    }
}
