
.asvira-user-content-section-header a {
    display: inline-block;
    padding: 10px;
    text-decoration: none;
    border-radius: 5px;
}

.asvira-user-content-section-header a:hover {
    text-decoration: none;
}

.asvira-user-content-section-header a:not(.active):hover,
.asvira-user-content-section-header a.active {
    padding: 9px;
    border: 1px solid #c6c6c6;
}

.asvira-user-content-section-header a:not(:last-of-type) {
    margin-right: 40px;
}

.asvira-user-content-section-header a.active {
    background-color: #f8f8f8;
}
