@charset "UTF-8";
@media all and (max-width: /*32.5*/ 1472px) {
    .largeScreen {
        display: none;
    }

    .smallScreen {
        display: initial;
    }
}

@media all and (min-width: /*32.5*/ 1472px) {
    .largeScreen {
        display: initial;
    }

    .smallScreen {
        display: none;
    }
}

#menu {
    background-color: #2a7ffe;
    text-align: center;
}

#menu table {
    margin: auto;
}

#menu * {
    color: white;
}

#menu img {
    width: 100px;
    height: 100px;
    margin: 0 25px;
}

#menu td {
    height: 150px;
    border-right: 1px white solid;
}

#menu td:last-child {
    height: 150px;
    border-right: none;
}