@media (min-width: 768px) {
	.container-narrow {
		max-width: 730px;
		padding-left: 0;
	}
}

.table {
	table-layout: fixed;
}

th:first-child {
	width: 90px;
}

th:nth-child(3) {
	width: 90px;
}

td {
	overflow: hidden;
	text-overflow: ellipsis;
}

.breadcrumb:first-of-type {
	margin-bottom: 0;
}
