/* Admin */

/* Tabs */
.tabs {
    margin-bottom: var(--big-spacing);
}

.tabs li {
	height: 30px;
	margin-right: 15px;
}
.tabs li a {
	display: block;
	height: 30px;
}
.tabs li:hover a,
.tabs li.selected a {
	color: var(--current-color);
}
@media only screen and (min-width: 768px) {
    .tabs ul {
        display: flex;
    }
}
@media only screen and (min-width: 1024px) {
    .tabs li {
    	margin-right: 40px;
    }
}

/* Favorites */
#member_favorites .section {
    margin-bottom: var(--big-spacing);
}