.albumstab-container {
    min-height: 50px;
}

.albumtab-header {
    display: flex;
    justify-content: space-between;
    font-size: 1.6rem;
    width: calc(33.33% - 6px);
    height: 50px;
    line-height: calc(50px - 1.2rem);
    padding: 0.5rem 1rem;
    margin: 3px;
    background-color: white;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}

.albumtab-header:hover {
    background: #c5c5c5;
}

.albumbtab-phototab {
    display: flex;
    justify-content: space-between;
    font-size: 1.2rem;
    width: calc(33.33% - 6px);
    height: 40px;
    line-height: calc(50px - 1.2rem);
    padding: 0.5rem 1rem;
    margin: 3px;
    background-color: white;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}