/**
 * Tile

.label {
	display: inline-block;
	font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
	font-weight: normal;
	line-height: 1;
	margin-bottom: auto;
	position: relative;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	padding: 0.25rem 0.5rem 0.25rem;
	font-size: 0.6875rem;
	background-color: #008CBA;
	color: #fff;
}
 */
.label.round {
	border-radius: 1000px;
}
td,th {
	text-align: left;
}
.align-right {
	text-align: right;
}