.communityInfo {
	background: #ffffff;
	height: 100%;
}

.communityInfo .communityDetails {
	background-color: #ffffff;
	padding: 7px 12px;
}

.communityInfo .left {
	float: left;
	width: 90px;
}

.communityInfo .other {
	width: 200px;
	margin: -6px 0 0 0;
	display: none;
}

.communityInfo.other .other {
	display: block;
}

.communityInfo .name {
	max-width: 130px;
}

.communityInfo .description {
	height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 8px 0 0 0;
}

.communityInfo .infoDivider {
	height: 5px;
	background-color: #d0d0d0;
}

.communityInfo.madness .avatar {
	width: 58px;
	height: 58px;
	background-size: 58px 58px;
}

.communityInfo.madness .left {
	width: 70px;
}

.communityInfo .info {
	padding: 15px 12px;
}


.communityInfo .notes-textarea {
    border-radius: 10px;
	border: 1px solid #808080;    
    width: 90%;
    padding: 0 10px;
    outline: none;
    margin: 10px 5%;
    height: 80%;
}