﻿@media only screen and (max-width: 768px) and (orientation:landscape) {
    .topRow {
        display: none !important;
    }
    #menuArea a,
    #menuArea img {
        font-size: 75% !important;
        height: 75% !important;
    }
    .dbgrid-data-col {
        font-size: 50% !important;
        height: 50% !important;
    }
    .dbgrid-footer-arrow {
        display: inline-block !important;
    }
}

#menuArea img {
    width: 30px;
    height: 30px;
}

#menuArea a:hover {
    background-color: coral;
    color: white;
    border-radius: 5px 5px;
}

#menuArea a {
    background-color: #fff !important;
    color: black;
    border-radius: 10px;
    width: 74px;
    font-size: 13px;
    background: white;
    margin: 1px;
    padding: 3px !important;
    box-shadow: 0px 0px 6px -3px black;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-left: 7px;
    height: 40px;
}

.topRow img {
    max-height: 70px;
}

#searchRow {
    background-color: rgb(255, 255, 255);
    color: black;
}