html {
    height: auto;
}

#breadcrumb, #gloabl-help-link, #push, a, .hideMediaPrint {
    display: none !important;
}

.showMediaPrint {
    display: inline !important;
}
.hideMediaPrint {
    display: none !important;
}

#content, #inner-content {
    min-height: 10px;
}

table, tr, td {
    border-width: 1px !important;
}

table thead tr th {
    font-weight: bold !important;
    font-size: 12px !important;
}
td.inputPrint {
    width: 30%;
}