@media (min-width: 768px) {
	.flexbox {
		display: flex;
	}

	.flexbox .item {
		flex: 1;
	}
}

table {
	font-size: 13px;
	border-collapse: collapse;
}

td, th {
	border: solid 1px #888;
	padding: .5rem;
}

th {
	text-align: center;
	background: #eee;
	font-weight: normal;
	white-space: nowrap;
}

thead th {
	font-weight: bold;
}
