@CHARSET "UTF-8";

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th,
	.table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td,
	.table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
	border: 1px solid #cccccc;
}
tbody > tr:hover {
  background-color: #f5f5f5;
}

td, th {
	white-space: nowrap;
}

.noresize {
	resize: none;
}

.quantity {
	min-width: 100px;
}

.text-center {
	text-align: center;
}