		.stats-row {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

        .stats-row > div {
            margin-right: 2em;
        }

        .stats-row > *:last-child {
            margin-right: 0;
        }

        .stats-notice {
            font-style: italic;
            font-size: small;
            text-align: right;
            margin-top: 0.1em;
        }

        .stats-notice:before {
            content: "Note: ";
        }

        .section {
            margin-top: 1.5em;
        }
