body {
    width: 75%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16.67%;
    font-size: 1.33rem;
    background-color: #222233;
    color: #e0e0e0;
}

div {
    /* 16.67% * 4/3 would match the top margin of the body */
    margin-bottom: 16.67%;
}

h1 {
    font-size: 2.35rem;
}

h2 {
    font-size: 1.78rem;
}

h3 {
    font-size: 1.33rem;
}

a {
    color: #ffccbb;
}

table {
	font-size: 1rem;
	width: 100%;
	max-width: 450px;
	border-collapse: collapse;
	border-spacing: 2rem 0.315rem;
	margin-bottom: 1.33rem;
}

thead {
	font-size: 1.33rem;
    background-color: #222233;
}

tbody {
	background-color: #111122;
}

tr {
}

td {
    vertical-align: top;
	padding: 0.24rem 0.56rem;
}

td:first-child {
	padding-left: 1rem;
}

td:last-child {
	padding-right: 1rem;
}

tr:first-child td {
	padding-top: 0.56rem;
}

tr:last-child td {
	padding-bottom: 0.56rem;
}

col:first-of-type {
    width: 5rem;
}

.truncated {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 0;
}

.stats {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
