/*////////////////////////////////////////////////////////////////////
// Copyright 2025 (c) Yanko Lemoine
//
// This program and the accompanying materials are made
// available under the terms of the Eclipse Public License 2.0
// which is available at https://www.eclipse.org/legal/epl-2.0/
//
// SPDX-License-Identifier: EPL-2.0
////////////////////////////////////////////////////////////////////*/

#schedule {
    table {
        width: 80vw;
        height: 30vh;
    }

    th, td {
        font-size: 2.25vw;
    }
}

#map iframe {
        width: 80vw;
        height: 80vh;
        border-radius: 50px;
        box-shadow: 0px 0px 30px rgb(55, 62, 64);
    }

@media screen and (max-width: 680px) {
    #schedule {

        th, td {
            font-size: 4.5vw;
            padding: 15px 5px;
            min-width: 1em;
        }

    }

    #competition_images img {
        width: 100%;
    }   
}