#main { width: 94%; margin-left: 2%; margin-right: 2%; font-weight: 100; } h1 { font-weight: 300; text-align: center; } h2 { font-weight: 300; text-align: center; } h3 { font-weight: 300; text-align: center; } h4 { font-weight: 300; text-align: center; } #menu { background-color: rgb(230,230,210); } #submenu { background-color: rgb(230,230,210); box-shadow: 0 8px 10px -8px #333; border-radius: 0px 0px 55px 55px; } #headicon { position:absolute; top:5px; left:8px; font-size:25px; color:#777; } .supplier { margin: 10px; } td { vertical-align: top; } th { font-weight: 400; } .settings { width: 50%; } .empty-stock { background-color: #c77; } .float_ul { margin: 0; padding: 0; list-style-type: none; } .float_ul li { display: inline; } .float_ul li a { width: 10em; float: left; } .center { text-align: center; } .huge-icon { font-size: 500%; color: #444; } .huge-icon:hover { color: #246; } .wished_qty_input { display: table-row; } .wished_qty_input input.qty { width: 3em; display: table-cell; } .wished_qty_input .packsize-buttons { display: table-cell; /*font-size: 50%;*/ padding-left: 0px; padding-top: 0px; padding-bottom: 0px; padding-right: 5px; vertical-align: middle; } .wished_qty_input .minus-pack, .wished_qty_input .plus-pack { font-size: 50%; display: block; } .wished_qty_input .order-none { display: table-cell; } .pure-control-group .hint { font-size: 80%; color: grey; display: inline-block; } .perfect_order { background-color: #99ff99; } .out_of_stock { background-color: #ffb3b3; } .partly_available { background-color: #ffdd99; } #flash { padding-left: 0.5em; } .pure-table > tbody > tr > td.left-bordered { border-left: 2px solid; } .pure-table > thead > tr > th.left-bordered { border-left: 2px solid; } .state-label { border-radius: 4px; background-color: #bbb; padding: .5em 1em; }