
.span-8 {width:100%;}

.span-24 {width:100%;}

.blueHeader { width:100%; padding:0;}


#toggleMenu {
  display:none;
}


div.form
{
	width:100%;
	border-left: 1px solid grey;
	border-right:1px solid grey;
	border-bottom:1px solid grey;
	box-sizing: border-box;
}

div.form .note {
	font-style: italic;
	padding-left: 40px;
	padding-top: 0px;
}
div.form .row {
	padding: 5px;
}



.operations li a {
	font-size: 20px;
	padding: 15px;
}

#sidebar {
	padding: 10px;
}

table.items td:nth-child(5), table.items th:nth-child(5),
table.items td:nth-child(1), table.items th:nth-child(1) {
	display: none;
}