body {
    background: #ede2cb;
}

.navbar img {
    height: 55px;
}

.alert ul {
    padding-left: 0;
    list-style-type: none;
}

.footer {
    background: #d7c18e;
    color: #ffffff;
}

a, a:hover {
    color: #000000;
}

.recent-table td {
    padding-left: 0;
}

.description-table td {
    width: 100% !important;
    user-select: none;
}

.description-table th, .description-table td {
    border: 0;
}

code {
    font-size: .85em;
    color: #000000;
    word-wrap: break-word;
    padding: 2px 4px;
    background-color: #c6bca7;
    border-radius: .25rem;
}
