﻿@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 {
    color:black;
}
.topRow img
{
    max-height:70px;
}
#searchRow
{
    background-color:dodgerblue;
    color:black;
}
.only-stock {
    width: 30px;
    height: 40px;
    margin-left: 10px;
}
.only-trl {
    width: 30px;
    height: 28px;
    margin-left: 10px;
}