.container {
	/* pad whole page a tiny bit so text doesnt touch the edges */
	padding: 10px;
}

.ticket-table {
	/* border around entire table */
	border: 1px solid #c0c0c0;
}

.ticket-table th {
	/* pad header cells, make text bigger */
	padding: 2px 5px 2px 5px;
	font-size: 16px;
}

.ticket-table td {
	/* pad cells, light top border to separate rows */
	padding: 2px 5px 2px 5px;
	border-top: 1px solid #c0c0c0;
}

.ticket-table td.actions {
	/* force buttons onto one row and center */
	white-space: nowrap;
	text-align: center;
}
.ticket-table td.actions a {
	/* middle align action buttons in each row */
	vertical-align: middle;
}

/* duplicated, needs refactor */
img.loadcat {
	max-height: 28px;
	height: 28px;
	max-width: 35px;
	width: 35px;
	background-image: url('/images/loadcat.gif');
	/* resize background to fit element */
	background-size: cover !important;
	border: 0px;
}
