﻿.lila-bgcolor {
    background-color: blueviolet;
}

.darek-bgcolor {
    background-color: yellowgreen;
}

.lila-color {
    color: blueviolet;
}

.darek-color {
    color: yellowgreen;
}

.count-badge {
    padding: 0.5rem;
    line-height: 0.5rem;
    width: 6.5rem;
}

    .count-badge:first-of-type {
        border-top-right-radius:0;
        border-bottom-right-radius:0;        
    }

    .count-badge:last-of-type {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.name-badge {
    color: white;
    width: 28px;
    height: 28px;
    font-weight: bold;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.table.walk-days tr {
    height: 3rem;
}

.table.walk-days td:first-child {
    text-align: left;
    width: 40%;
}

.table.walk-days td, .table.walk-days th {
    text-align: center;
    width: 20%;
}
