h1,
#header_menu,
#navigation,
#sidebar,
#search_fieldset,
#user_options,
.lp_delete,
.lp_edit,
.lp_view,
.actions {
    display: none;
}

body {
    font-family: verdana, sans-sarif;
    font-size: small;
    margin: 20px;
}

h1 {
    font-size: xx-large;
    line-height: 1;
    margin: 0;
}

h2 {
    font-size: x-large
    line-height: 1;
    margin: 10px 0;
}

h3 {
    font-size: x-large
    line-height: 1;
    margin: 20px 0 0 0;
}

p {
    font-size: 86%;
    line-height: 1.3;
    margin: 25px 0;
}

table {
    border: 5px solid #999;
    border-collapse: collapse;
    border-spacing: 0;
    color: #666;
    clear: both;
    font-size: small;
    margin: 40px 0;
    page-break-before: auto;
    width: 90% !important;
}

table td,
table th {
    border: 1px solid #999;
    padding: 5px;
}

table tbody th,
table tbody td {
    font-size: 86%;
    font-weight: normal;
    text-align: left;
}

table tbody td {
    text-align: right;
}

table tfoot th,
table tfoot td {
    color: #000;
    font-weight: bold;
    text-align: right;
}

table thead th,
table thead td {
    color: #000;
    text-align: left;
    width: 100%;
    white-space: nowrap;
}

.map {
    float: right;
    margin: 0;
    width: 350px;
}

.order_info {
    display: block;
    font-size: medium;
    margin: 5px 0;
}