a.disabled {
    color: var(--gray-700);
}

.time-counter {
    background-color: var(--green-dark);
    text-align: center;
}

.counter-digit {
    color: var(--kdp-orange);
}

#diff {
    align-items: center;
    display: flex;
    justify-content: center;
}

#diff > div:nth-of-type(1) {
    padding: var(--small) var(--thin) var(--small) 0;
}

#diff > div:nth-of-type(2) {
    padding: var(--small) 0 var(--small);
}

.breadcrumbs ol {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .5rem 0 0;
    margin: 0;
}

.breadcrumbs ol li:first-of-type {
    margin-right: -.25rem;
}

.breadcrumbs ol li {
    margin-right: .5rem;
}

.mod-breadcrumbs__here.float-start,
.breadcrumbs a.pathway {
    font-weight: bold;
}

.jmodedit,
div.icons,
div[role="tooltip"] {
    display: none;
}

/*.breadcrumbs ol li,*/
.breadcrumb-item+.breadcrumb-item:before {
    color: #6d757e;
    content: "/";
    float: left;
    padding-right: .25rem;
}

/* Mobile */
@media only screen and (max-width: 479px) {
    #diff {
        flex-direction: column;
    }

    #diff > div:nth-of-type(1) {
        padding: var(--small) var(--thin) var(--thin) 0;
    }

    #diff > div:nth-of-type(2) {
        padding: 0 0 var(--small);
    }
}
