.clubstatus {
    text-align: center;
}
.clubstatus p i {
    font-size: 10em;
}
.clubstatus .success {
    color: darkgreen;
}
.clubstatus .failed {
    color: darkred;
}
.collapsible {
    cursor: pointer;
    /*padding: 18px;*/
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
}

.active, .collapsible:hover {
}

.collapsible:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
}

.embed-list {
    /*padding: 0 18px;*/
    max-height: 0;
    overflow: hidden;
    list-style-type: none;
    /*transition: max-height 0.2s ease-out;*/
}

.embed-list li i{
    margin-right: 10px;
    color: #EA2E76;
    font-size: 0.875rem;
}

.embed-list li a{
    font-size: 0.875rem;
    color: rgba(0, 0, 0, .6)!important;
}

.title {
    font-size: 26px;
    text-align: center;
}
.nav-item {
    padding-left: 16px;

}