﻿@media only screen and (max-device-width: 960px) {
    .MenueButtonSmall
    {
        font-size: 10px;
        -webkit-appearance: none;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }
    .baseDataLink {
        font-size: 10px;
        -webkit-appearance: none;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    .DivGreenHeaderMenue {

    }
    .ListTable th{
    font-size: 10px !important;
    }
    .ListTable td{
        font-size: 10px !important;
        vertical-align: middle;
    }
    .LabelLogin {
        font-size:12px !important;
    }
}

@media screen and (max-width: 1000px) {
    .divMobileWith100 {
        width: 100% !important;
        margin: 0 !important;
    }
}
