.CommunityCategory:hover {
    border-color: #e2e2e2;
}

.CommunityCategory {
    background: #f6f8fa;
    margin-bottom: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 15px;
    border-radius: 4px;
    border: 1px solid white;
    cursor: pointer;
}

.CommunityCategory img {
    height: 40px;
    width: 40px;
    margin-right: 15px;
}

.CommunityCategory.active {
    background: #e8e8e8;
    border: 1px solid #c1c1c1;
}

.MoreCommunityCategories {
    display: none;
}

.row.HeaderRow {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
}

.row.CommunityRow {
    margin: 5px -15px;
    padding: 10px 0;
}

.row.CommunityRow:nth-child(even) {
    background: #f6f8fa;
}

.row.CommunityRow:nth-child(odd) {
    background: #FFF
}

.CommunityTitle {
    font-size: 16px;
    line-height: 25px;
}

.CommunityStarter {
    font-size: 13px;
    color: #757575;
}

.row.CommunityRow .col-1 {
    line-height: 49px;
    text-align: center;
    font-size: 15px;
}

.page-header .btn.float-right {
    position: absolute;
    right: 0px;
    top: 0px;
}

.PostBox {
    margin: 10px;
    text-align: center;
    color: #272727;
}

.CommunityCategoriesList {
    height: 150px;
}

.PostBox.active .PostTitle {
    color: #d87534;
    font-weight: bold;
}

.PostBox.active img {
    border-bottom: 5px solid #d87534;
}

img.ui.avatar.image.serverAvatar {
    border-radius: 5px;
}