.valhalla, .valhalla input, .valhalla select{
  font-family: serif;
  font-size: 12pt;
}

#valhallaHeader, #valhallaNavbar, #valhallaLogout, .valhallaActionBar ul, #valhallaFooter {
    display: none;
}

form.valhallaGrid fieldset,
form.valhallaGrid thead tr:nth-child(2),
form.valhallaGrid tfoot,
form.valhallaGrid thead th:last-child,
form.valhallaGrid thead th:nth-last-child(2),
form.valhallaGrid tbody td:last-child,
form.valhallaGrid tbody td:nth-last-child(2) {
    display: none;
}

.valhallaTotalItemCount, .valhallaPaginationControl, .error, .no-print, .valhalla-locale-tabs {
    display: none;
}

table.valhallaTable input {
    border: none;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

table {
    border-collapse: collapse;
    border: 1px solid black;
}

th, td {
    border: 1px solid black;
    padding: 3pt;
}

a {
    text-decoration: none;
    color: black;
}

.cart-detail-billing {
    float: left;
    width: 50%;
}

.cart-detail-shipping {
    float: left;
}

.cart-detail-info {
    clear: both;
}