/* bootstrap 3 helpers */ header { height:135px; } #nav.affix { position: fixed; top: 0; width: 100%; z-index:10; } /* Remove the jumbotron's default bottom margin */ .jumbotron { margin-bottom: 0; background-color: maroon; color: #fff; padding: 5px 0px; } /* Remove the navbar's default rounded borders and increase the bottom margin */ .navbar { margin-bottom: 50px; border-radius: 0; } /* Add a gray background color and some padding to the footer */ footer { background-color: #f2f2f2; padding: 25px; } /* The Class definition for orders */ TD.orderheader { FONT-WEIGHT: bold; BACKGROUND-COLOR: silver; padding: 3px; } TD.Order { vertical-align: top; padding: 3px; } TD.Ol { vertical-align: top; background-color: white; text-align: left; padding: 3px; } TD.Or { vertical-align: top; background-color: white; text-align: right; padding: 3px; } .Ordertebetalen { font-weight: bold; vertical-align: top; border: 1px solid Black; padding-left: 4px; padding-right: 4px; padding-top: -2px; padding-bottom: 1px; }