#header {
    padding: 1rem 1rem 4rem 1rem;
    margin-bottom: 0;
    background-color: #f9e3c6;
    background-image: url('res/background.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.table-xs td,
.table-xs th {
    padding: 0;
}

.carousel-item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffe1bd;
}

.navbar.navbar-dark {
    background-color: #652600;
}

.navbar.navbar-light {
    background-color: #ffe1bd;
}

.test_container {
    border: 2px solid #dedede;
    background-color: #f1f1f1;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
}

.darker {
    border-color: #ccc;
    background-color: #ddd;
}

.test_container::after {
    content: "";
    clear: both;
    display: table;
}

.test_container img {
    float: left;
    max-width: 60px;
    width: 100%;
    margin-right: 20px;
    border-radius: 50%;
}

.test_container img.right {
    float: right;
    margin-left: 20px;
    margin-right: 0;
}

.time-right {
    float: right;
    color: #aaa;
}

.time-left {
    float: left;
    color: #999;
}