body {
	background-color: #efefef;
	font-size: 16px;
	font-family: 'Ubuntu', sans-serif;
	overflow-y: scroll;
}

.toolbar {
	margin-top: 1rem;
}

.ninja {
	color: inherit;
}

.nobr {
	white-space: nowrap;
}

table {
	border-collapse: collapse;
}

table tbody, table tfoot, table thead, table.unstriped tbody tr {
	border: 0;
}

table select, table .input-group, table .button, table input[type='text'], table input[type='number'] {
	margin-bottom: 0;
}

table tbody tr.row-highlight {
	background-color: #cccccc;
}

table.unstriped tbody tr.row-odd {
	background-color: #fff;
}

table.unstriped tbody tr.row-even, table tbody tr:nth-child(2n) {
	background-color: #f7f7f7;
}

table tbody tr.row-border {
	border-top: 1px solid #f1f1f1;
}

table thead {
	background-color: #b7b5b5;
}

.menu > li.menu-cart > a {
	padding-top: .4rem;
	padding-bottom: .4rem;
	font-size: 1.6rem;
}

.menu > li.menu-cart > a .badge {
	font-size: 1rem;
}
