@page {
    size: landscape;
    margin: 1cm 0.5cm 1cm 0.5cm;
}

body {
    background-color: #fff;
    padding: 0;
    margin: 0;
}

#logo {
    top: 10px;
    right: -50px;
    position: absolute;
    width: 200px;
    padding-right: 0;
    margin-right: 0;
}

#page {
    padding: 0;
    margin: 0;
    background-color: #fff;
    min-height: 100%;
    border: none;
}

#content {
    min-width: 28.4cm;
    overflow: auto;
}

.no-print {
    display: none;
}

#submenu, #breadcrumbs, #footer, th.action, td.action, .ui-icon-info, span.ui-button-icon-primary {
    display: none;
}

#djDebug {
    display: none;
}

.ui-state-active a {
    color: #000;
}

.ui-button.ui-state-default {
    background: none;
    border: 0;
}

.ui-button.ui-state-default span.ui-button-text {
    color: #000;
    border: 1px dashed #eee;
}

.ui-button.ui-state-active span.ui-button-text {
    color: #000;
    font-weight: bold;
    border: 1px solid #000000;
}

.hidden-in-screen {
    display: inline;
}

.ui-tabs, .ui-tabs-panel {
    padding: 2px;
}

.ui-widget-content {
    border: none;
}

tr {
    page-break-inside: auto;
}

td {
    white-space: nowrap;
}

td p {
    margin: 0 0 !important;
}

h1 {
    width: 400px;
}

tr.odd {
    background-color: #fff;
    border-bottom: 1px dashed #000000;
}
