body {
    margin: 20px 0;
}

body.with-navbar {
    margin-top: 70px;
}

body.narrow .container {
    max-width: 768px;
}

.footer {
    margin-top: 20px;
    padding-top: 20px;
    color: #777;
    border-top: 1px solid #e5e5e5;
}

.table-key-value > tbody > tr:first-child > td,
.table-key-value > tbody > tr:first-child > th {
    border-top: none;
}

.table-key-value th {
    text-align: right;
    white-space: nowrap;
    width: 1px;
}
