body {
  font-family: 'Roboto', 'Dosis', sans-serif;
}

a img { border: none; }

#ajax-spinner {
	display: none;
}
.deliverySection { font-weight: bold; font-size: 1.2em;}
#orders { border-collapse: collapse; width: 1000px; font-size:0.8em;}
#orderList th, #orderList td {border: solid #000 1px; padding: 2px 5px; vertical-align: top;}
.order-th-1 { width: 35px;}
.order-th-2 { width: 80px;}
.order-th-3 { width: 100px;}
.order-th-4 { width: 60px;}
.order-th-5 { width: 60px;}
.order-th-6 { width: 400px;}
.order-th-7 { width: 60px;}
.order-th-8 { width: 20px;}

.orderedItem-b { font-weight: bold}
.orderedItem-l { background: #c8def4;}


