body {
    font: 16px / 28px sans-serif;
    max-width: 800px;
    margin: 0 auto;
    padding-top: 32px;
    text-align: center;
}

body.log {
    max-width: 1400px;
    padding-left: 1rem;
    padding-right: 1rem;
    font: 14px / 20px;
}

body.log table {
    font-size: 12px;
    line-height: 16px;
}

body.log th,
body.log td {
    text-align: left;
    padding-left: 6px;
}

body.log th.right,
body.log td.right {
    text-align: right;
    padding-right: 25px !important;
    white-space: nowrap;
}

body.log .state {
    white-space: nowrap;
}

pre#details {
    text-align: left;
    font-size: 12px;
    line-height: 18px;
    white-space: pre-wrap;
    word-wrap: break-word;
    background: #fef3c7;
    border: 1px solid #eab308;
    padding: 1rem;
    border-radius: .5rem;
}

pre#details:empty {
    display: none;
}

a {
    text-decoration: none;
}

a,
a:visited {
    color: #0369a1;
}

a:hover,
a:active {
    color: #075985;
}


footer {
    margin-top: 3rem;
    padding-top: 1rem;
    text-align: center;
    border-top: 1px solid #f3f4f6;
    color: #e5e7eb;
    font-size: 92%;
}

footer a {
    color: inherit !important;
}
