
.tabs .is-active {
    background-color: #e6e6e6;
}

.cat-number {
    color: #a0a0a0;
}

.page-title {
    background-color: #e6e6e6;    
    padding: 8px;
    font-size: 120%;
}

.breed-title {
    background-color: black;
    color: white;
    font-size: 110%;
    font-weight: bold;
    padding: 8px;
    margin-bottom: 8px;
}

    .breed-title .label {
        font-size: 95%;
    }

.ring-title {
    background-color: #a0a0a0;
    color: white;
    font-size: 100%;
    font-weight: bold;
    padding: 4px;
}

.sex-class-title {
    color: black;
    font-size: 100%;
    font-weight: bold;
    text-decoration: underline;
    margin-top: 6px;
    margin-bottom: 3px;
    padding: 2px;
    text-align: center;
}

aside ul.menu.vertical li a {
    padding: 8px;
}

.tabs-title > a {
    padding: 1.0rem 1.0rem;
}