td {
	text-align: left;
}

.date {
	min-width: 150px;
}

.location {
	text-align: right;
}

.wage {
	font-weight: bold;
}

.top {
	margin-top: 2rem;
	text-align: center;
}

@media (max-width: 650px) {
	table td {
		display: block;
		text-align: left !important;
		width: 100%;
	}
	table thead,
	.empty {
		display: none;
	}
}
@media (min-width: 650px) {
	.multi-column {
		column-count: 2;
	}
	.top {
		font-size: 80%;
		font-weight: bold;
	}
}
