html, body {
    padding: 0;
    margin: 0;
}

body, td, th {
    font-family: sans-serif;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0 auto;
    max-width: 1100px;
    padding: 32px;
    padding-bottom: 0;
}

div.rank {
    display: flex;
}

div.stage {
    flex: 1;
    padding: 12px;
    border-left: 1px dotted black;
    margin-bottom: 24px;
}

h1 a {
    color: black;
}

h4 {
    margin-top: 0;
    padding-top: 0;
}

h4 span {
    opacity: 0.6;
    font-size: 0.8em;
}

span.ingredient {
    font-weight: bold;
    border-bottom: 1px dotted black;
}

table.details th {
    text-align: right;
    font-size: 0.8em;
    padding-right: 10px;
}

table.details, table.ingredients {
    margin-bottom: 24px;
}

table.ingredients th {
    text-align: left;
    font-size: 0.8em;
    padding: 0 10px;

}

table.ingredients td {
    padding: 0 10px;
}

table.ingredients td[data-amount] {
    text-align: right;
}

a.title {
    display: block;
    margin-top: 10px;
}

footer {
    margin-top: 48px;
    background: #eee;
    font-size: 0.8em;
    padding: 20px;
}

section.description {
    margin-bottom: 20px;
}

label {
    display: inline-block;
    position: relative;
    padding-left: 25px;
}

label input {
    position: absolute;
    top: 0;
    left: 0;
}