*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-size: 1.25em;
}

body {
    font-size: 1rem;
    line-height: 1.667em;

    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";

    background-color: #fff;
    color: #333;
}

a {
    color: #333;
}

strong {
    font-weight: 600;
}

table pre {
    padding: 0;
    margin: 0;
}

ol,
ul {
    padding-left: 3.334rem;
}

code {
    background-color: #eee;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
table {
    margin: 0;
    margin-bottom: 1.667rem;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #011627;
    text-decoration: none;
}

h1 { font-size: 2rem; font-weight: 900; }
h2 { font-size: 1rem; font-weight: 700; }
h3 { font-size: 1rem; font-weight: 600; }
h4 { font-size: 1rem; }
h5 { font-size: 1rem; }
h6 { font-size: 1rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.667em;
}

h2 a {
    display: block;
}

h2 a::after {
    content: " ↓";
}

h2 a.collapsed {
    color: #999;
}

h2 a.collapsed::after {
    content: " ↑";
}

table {
	border-collapse: collapse;
    border: 1px solid #ccc;
}

table,
tbody {
    width: 100%;
}

tbody {
	background-color: #fff;
}

th,
td {
    border-bottom: 1px solid #ccc;
	padding: 0.8335rem 1.667rem;
    vertical-align: middle;
}

th {
    font-weight: 600;
	text-align: left;
    background-color: #ccc;
}

tr:nth-child(2n+1) {
	background-color: #eee;
}

.container {
    width: 35rem;
    margin: 6.667rem auto;
    padding-bottom: 1.667rem;
}

.header {
    margin-bottom: 1.667rem;
}

.columns {
    display: block;
    max-height: 20rem;

    -moz-column-count: 3;
    -moz-column-gap: 1.667rem;
    -webkit-column-count: 3;
    -webkit-column-gap: 1.667rem;
    column-count: 3;
    column-gap: 1.667rem;
}

.collapsed {
    color: #999;
}

