.epic-buttons {
    max-height: 35px;
    min-height: 20px;
    height: 2vw !important;
}

.epic-buttons i,
.epic-buttons span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.one-to-one {
    width: 2vw !important;
    min-width: 20px;
    max-width: 35px; 
}

.two-to-one {
    width: 3vw !important;
    min-width: 30px;
    max-width: 45px;
}

.three-to-one {
    width: 9vw !important;
    min-width: 40px;
    max-width: 55px;
}

.four-to-one {
    width: 12vw !important;
    min-width: 50px;
    max-width: 65px;
}

.variable-width {
    width: fit-content;
    min-width: 50px;
}

.teal-control {
    color: var(--oxidised-copper);
    border: 1px solid var(--oxidised-copper);
    border-radius: 0.25rem;
    max-height: 35px;
    min-height: 20px;
    height: 2vw !important;
}

.btn-teal {
    color: var(--alternate-text);
    background-color: var(--oxidised-copper);
    border-color: var(--oxidised-copper);
}

.btn-outline-teal {
    color: var(--oxidised-copper);
    background-color: transparent;
    background-image: none;
    border-color: var(--oxidised-copper);
}

.btn-outline-teal:hover,
.btn-outline-teal.active {
    color: var(--alternate-text);
    background-color: var(--oxidised-copper);
}