body {
    background-color: #f5f5f5;
    text-align: center;
    font-family: "Open Sans", "Roboto", sans-serif;
}

table {
    width: 100%;
    background-color: #e0e0e0;
    border-spacing: 0em;
}

table tbody tr:nth-of-type(2n+1) {
    background-color: #f0f0f0;
}

table td {
    padding: 0.25em;
}

.window {
	margin: 0 auto;
	width: 80em;
	margin-bottom: 0.2em;
}

.block_level {
    padding: 0.3125em;
    margin: auto;
}

.block_level table td:nth-of-type(1),
.block_level table td:nth-of-type(2),
.block_level table td:nth-of-type(4),
.block_level table td:nth-of-type(5) {
    white-space: nowrap;
}

.block_level table td:nth-of-type(2) a,
.scoreboard table td:nth-of-type(2) a {
    white-space: pre-wrap;
    word-wrap: anywhere;
}

.block {
    background-color: #e0e0e0;
    padding: 0.3125em;
    margin: 0.3125em;
}

a.listlink {
    text-decoration: none;
    font-size: 0.8em;
}

.reason {
    color: #111111;
    background: transparent;
    border: none;
    text-align: center;
	max-width: 30em;
}
