.inverseButton a, .inverseButton a:hover {
    link: white;
    vlink: white;
    alink: white;
    color: white;
    text-decoration: none;

}

.regularButton a, a:hover {
    link: black;
    vlink: black;
    alink: black;
    color: black;
    text-decoration: none;
}

#pagination {
    justify-content: center;
    display: flex;
}

.memberFlex {
    display: flex;
    justify-content: space-between;
}

.color-Pick {
    overflow: hidden;
    display: block;
    height: 22px;
    width: 22px;

    cursor: pointer;
}

.action-new {
    display: flex;
    justify-content:flex-end;
    margin-right: 0.5rem;
    margin-bottom: 1rem;

}

.color-Pick:first-of-type
{
    margin-left: 10px;
}

.rupture::before {
    content: url("/img/rupture70.png");
    position: absolute;

}

.Ppicture {
    margin: 0 0 10px;
    position: relative;

}