/** navbar **/
.navbar {
    background-color:#7A333C;
}

.navbar .navbar-brand {
    color: #caa;
    font-weight: 600;
}

.navbar .nav-link {
    color: #ccc;
}

.navbar .navbar-brand:hover,
.navbar .nav-item .nav-link:hover {
    color: #fff;
}

.navbar .navbar-toggler,
.navbar .navbar-toggler-icon {
    color: #fff;
    border-color: #fff;
}

/** event-title **/
.event-title {
    font-size: 1.75rem;
}

/** result-list **/
.result-list thead th {
    background-color: #eee;
}

/** result-table **/
.result-table thead th {
    background-color: #eee;
}
.result-table .jyuni,
.result-table .zekken {
    text-align: center;
}

/** footer **/
.footer {
    background-color:#7A333C;
    color: #eee;
    padding: .25rem 0;
}
.footer p {
    margin: 0;
    padding: 0;
}
