body {
    background: #fff;
    color: #000;
}

table {
    width: 100%;
    page-break-inside: avoid;
    margin: 2px 3px 2px 3px;
    color: black;
    background-color: white;
}

table thead th{
    text-align: center;
    padding: 3px 0 3px 0;
    background: black;
    color: white;
}

table tfoot{
    margin-bottom: 3px;
    color: white;
    background-color: black;
}

table tbody{
    color: black;
}

table tbody tr:nth-child(even){
    background-color: #DDDDDD;
}

table tbody tr:nth-child(odd){
    background-color: #BBBBBB;
}

#language,
#order_bar,
#nav a {
    text-shadow: 0 0 0 !important;
    -moz-text-shadow: 0 0 0 !important;
    -webkit-text-shadow: 0 0 0 !important;
}

.chzn-single, .chzn-single-with-drop
{
    display: inline-block;
    padding: 3px 3px 3px 3px;
    background-color: #aaaaaa;
    border: thin black solid;
}

.no-print, ul.chzn-results, div.chzn-search
{
    display: none !important;
}

.breakpage{
    page-break-before: always;
}

.no-print{
    display: none !important; 
}