.box.votebar.yes {
    background-color: #214f75;
}

.box.votebar.no {
    background-color: #CC3D00;
}

.votebar.yes {
    background-color: #214f75;
    height: 2.5em;
    align-items: center;
}

.no-border {
    border: none !important;
}

table.table.statistics .votebar {
    padding: 10px;
}

.votebar.no {
    background-color: #CC3D00;
    height: 2.5em;
    align-items: center;
    justify-content: end;
}

.d-flex.flex-column.percentage {
    justify-content: center;
    align-content: center;
    padding-bottom: 0.8em;
    height: 1rem;
}

.another-nav-mobile {
    padding: .5rem 1rem;
    vertical-align: middle;
}

.another-nav-mobile .navbar-toggler-icon {
    border: none;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(66,139,202, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.mobile-navbar-toggler {
    display: flex;
    align-items: center;
}

.district-link br {
    margin: 0;
    display: inherit;
}

.district-link small {
    font-weight: bolder;
}

.limit-cell {
    background-color: #BBDEF7;
}

td.district {
    font-weight: 500;
}

td.alternate-member {
    font-weight: 300;
}
