.group-fax-number {
    font-size:0.8em;
}

.group-fax-number .disabled {
    opacity: 0.6;
}

.group-fax-number .fax-action {
    display:inline-block;
    width:17px;
}

.group-fax-number .fax-action.disabled {
    opacity:0.2;
}

.group-fax-number .fax-action.enabled {
    color:#198754;
}

.group-fax-number .fax-number {
    display:inline-block;
    width:90px;
    min-width:90px;
}

.fax-logs .log-date {
    opacity: 0.6;
    display: inline-block;
    min-width: 175px;
    font-style: italic;
    font-size: .8em;
    text-transform:lowercase;
}

h2.home-action {
    font-weight:200;
    font-size:1.4em;
}

.jumbotron {
    padding: 1rem;
    margin-bottom: 2rem;
    border-radius: .3rem;
    background-color: #e9ecef;
}

[data-bs-theme=dark] .jumbotron {
    background-color: #333;
}