/* List Layout */
.coauthors-widget-wrapper.list .coauthor-widget-item {display: block;}
.coauthors-widget-wrapper.list .coauthor-avatar-wrap, .coauthors-widget-wrapper.list .coauthor-link-wrap {
	display: inline-block;
}
.coauthors-widget-wrapper.list .coauthor-link-wrap {
	margin-left: 20px;
	text-align: left;
	vertical-align: top;
}

/* Grid Layout */
.coauthors-widget-wrapper.grid .coauthor-widget-item {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}
.coauthors-widget-wrapper.grid .coauthor-avatar-wrap, .coauthors-widget-wrapper.grid .coauthor-link-wrap {
	display: block;
	text-align: center;
}
.coauthors-widget-wrapper.grid .coauthor-widget-item.first {margin-left: 0;}
.coauthors-widget-wrapper.grid .coauthor-widget-item.last {margin-right: 0;}

/* Inline Layout */
.coauthors-widget-wrapper.inline .coauthor-widget-title, .coauthors-widget-wrapper.inline .coauthor-widget-item,
.coauthors-widget-wrapper.inline .coauthor-avatar-wrap, .coauthors-widget-wrapper.inline .coauthor-link-wrap {
	display: inline-block;
	vertical-align: middle;
}
.coauthors-widget-wrapper.inline .coauthor-avatar-wrap {
	margin-left: 5px;
	margin-right: 5px;
}
.coauthors-widget-wrapper.inline .coauthor-widget-item img {
	vertical-align: top;
}

/* Avatar Shape */
.coauthors-widget-wrapper .coauthor-avatar-wrap.rounded img {
	border-radius: 25%;
}
.coauthors-widget-wrapper .coauthor-avatar-wrap.circle img {
	border-radius: 50%;
}

/* Bio Read More */
.coauthors-widget-wrapper .coauthor-bio-wrap, .coauthors-widget-wrapper .coauthor-bio-trigger.close {
	display: none;
}
.coauthors-widget-wrapper .coauthor-bio-title, .coauthors-widget-wrapper .coauthor-bio-wrap .coauthor-bio-trigger {
	display: inline-block;
	vertical-align: middle;
}
.coauthors-widget-wrapper .coauthor-bio-title {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
}
.coauthors-widget-wrapper .coauthor-bio-trigger {
	background-color: rgba(128,128,128,0.25);
    width: 18px;
    height: 18px;
    border-radius: 9px;
    text-align: center;
    line-height: 20px;
    font-size: 15px;
	border: 1px solid #ccc;
	cursor: pointer;
}
