/* GLOBAL */

.clear-break{
	clear:both;
}
.avatarplus-copyright{
	margin: 5px 0;
	text-align: center;
	line-height: 20px;
}
/* WRAPPER */

.avatarplus-wrapper{
	padding: 8px;
	border: 1px solid #CCC;
}
.avatarplus-wrapper .oU{
	border: none;
}
.avatarplus-information{
	margin: 10px 0;
}
.avatarplus-button {
	overflow: hidden;
    width: 170px;
    margin: auto;
}
.avatarplus-name {
	margin: 0 0 10px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #CCC;
	padding: 0 0 10px;
}
.avatarplus-information .profile-name{
	font-size: 17px;
	font-weight: bold;
}

.avatarplus-information .profile-image{
	margin: 0 12px 0 0;
}

.avatarplus-line{
	border-bottom: 1px solid #ccc;
	width: 100%;
	margin: 0 0 10px 0;
}

/* FEEDS */

.avatarplus-feeds {
	overflow: hidden;
	height: auto;
}
.avatarplus-item .item-title {
	font-size: 15px;
	font-weight: bold;
	display: block;
}
.avatarplus-item .attach-title {
	font-size: 14px;
	font-weight: bold;
	display: block;
}
.avatarplus-item .item-image {
	width: 100%;
	margin: 2px 0 5px 0;
}
.item-none{
	display: none;
}