.groupGenieButton .arrow 
{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0px;
    height: 0px;
    border-top: 8px solid transparent;
    border-right: 8px solid black;
}
.groupGenieButton 
{
    position: relative;
    border-radius: 0px;
}
.groupGenieButton.active
{
    background: #B52943;
}