.CommunityManagerList .alert {
    margin: 0;
}
.CommunityManager {
    position: absolute !important;
    top: 75px;
    right: -25px;
    font-size: .8rem;

}
.CommunityManager .tab {
    height: 63px !important;
    padding: 10px 5px 0;
    margin: 0;
    width: 30px !important;
    background-color: orange;
    letter-spacing: 5px;
    -webkit-text-orientation: mixed;
    text-orientation: mixed;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    color: #fff;
    -webkit-border-radius: 10% 0 0 10%;
    -moz-border-radius: 10% 0 0 10%;
    border-radius: 10% 0 0 10%;
    box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
.CommunityManagerList {
    position: relative;
}
.CommunityManagerList i.fi-x:hover {
    color: #333;
}
.CommunityManagerList i.fi-x {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #999;
}
.CommunityManagerList .AttribPersonSearch .ResponseLine > div {
    float: none;
}
.CommunityManagerList > div:first-child {
    font-size: 1rem;
    text-align: center;
    padding: 10px;
}