/* add custom components css here (and separate them from custom.css) */
.join-leave-group-button-component {
    float: right;
    width: 172px;
    height: 34px;
    margin-right: 17px;
    position: relative;
}

.join-leave-group-button-component .join-leave-link {
    position: absolute;
    right: 19px;
    top: 4px;
    z-index: 1;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
}

.join-leave-group-button-component .leave-link {
    right: 9px !important;
}

.join-leave-group-button-component .join-leave-group {
    width: 172px;
    height: 34px;
}

/* .time-elapsed-component */
.time-elapsed-component {
    display: inline-block;
}
.time-elapsed-component .clock-icon {
    height: 19px;
}

.group-admins-component {
    display: inline-block;
}

.members-count-component {
    display: inline-block;
}

.members-count-component .members-img {
    height: 17px;
    margin-right: 7px;
}

.separator-1 {
    color: #616160;
}

.add-remove-connection-button-component {
    width: 170px;
    height: 34px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    margin-top: 7px;
    margin-bottom: 12px;
}

.add-remove-connection-button-component .add-remove-link {
    position: absolute;
    left: 48px;
    top: 7px;
    z-index: 1;
    text-decoration: none;
    color: white;
    font-size: 12px;
}

.add-remove-connection-button-component .leave-link {
    right: 9px !important;
}

.add-remove-connection-button-component .add-remove-connection {
    width: 170px;
}
