@media screen {
    #footer {
        height: 17px;
        max-height: 11px;
    }
    #brandingmenu td a {
        width: 86px;
        max-width: 70px;
        height: 39px;
        max-height: 32px;
    }
    #brandingmenu td.disabled span {
        width: 86px;
        max-width: 70px;
        height: 39px;
        max-height: 32px;
    }
    #Selection td.header a#active {
        height: 10px;
    }
    #Selection td.header a {
        height: 10px;
    }
    #Selection td.header span.disabled {
        height: 10px;
    }
    table.makesBox div.makelogo {
        width: 44px;
        min-width: 40px;
    }

    #idlocationRightBottom {
        height: 1px;
    }
    #contentTabs td a {
        height: 29px;
        max-height: 17px;
    }
    #contentTabs td div.disabled {
        height: 29px;
        max-height: 17px;
    }

    div#rightcontentScroll {height: 1px;}
    div#interactionleftScroll {height: 1px;}
    div#interactionRightScroll {height: 1px;}
    div#interactionleftTopScroll {height: 1px;}
    div#interactionleftBottomScroll {height: 1px;}
    div#interactionbottomScroll {height: 1px;}

    #tabBarlevel1 a {
        height: 26px;
        min-height: 21px;
        max-height: 21px;
    }

    #tabBarlevel1 div.disabled {
        height: 26px;
        min-height: 21px;
        max-height: 21px;
    }
    .menuspacer {
        width: 6px;
        height: 1px;
        max-height: 1px;
    }

    #tabBarlevel2 td {
        height: 26px;
        min-height: 21px;
        max-height: 21px;
        width: 140px;
        min-width: 130px;
    }
    #tabBarlevel2 td.spacer {
        width: 1px;
        min-width: 1px;
        max-height: 1px;
    }

    h3 {height: 50px;}

  }
@media print {
    h3 {height: 50px;}

    select {width: 200px;}
    select.labourRate {width: 50px;}
    select.vatRate {width: 50px;}

    input.textEditUser {width: 250px;}
    input.text {width: 170px;}
    input.rate {width: 50px;}
    textarea {width: 170px; height: 100px;}
    div.preferencesTable input.text {width: 300px;}
    div.preferencesTable select {width: 300px;}
    div.preferencesTable input.rateDescription {width: 170px;}
    div.preferencesTable textarea {width: 300px; height: 150px;}

    div.preferencesTable div.companyLogoPreview {
        width: 300px;
        height: 150px;
    }
}