.nnr-as-list,
.nnr-as-list * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.nnr-as-item {
	margin-bottom: 54px;
}

.nnr-as-wrap {
	display: inline-block;
	width: 100%;
}

.nnr-as-col-1 {
	width: 100%;
	float: left;
}

.nnr-as-col-2 {
	width: 50%;
	float: left;
}

.nnr-as-col-3 {
	width: 33.3333%;
	float: left;
}

.nnr-as-col-4 {
	width: 25%;
	float: left;
}

.nnr-as-col-5 {
	width: 20%;
	float: left;
}

.nnr-as-col-6 {
	width: 16.6666%;
	float: left;
}

.nnr-as-text-right {
	text-align: right;
}

.nnr-as-author-data-container {
	width: 100%;
	display: inline-block;
	float: left;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid #ddd;
}

.nnr-as-author-data {
	display: inline-block;
	padding: 4px 0;
	margin-bottom: 4px;
}

.nnr-as-author-data-icon {
	opacity: 0.5;
	display: inline-block;
	padding-right: 12px;
}

.nnr-as-clearfix,
.nnr-as-clearfix::before,
.nnr-as-clearfix::after {
	clear: both;
}

.nnr-as-avatar-container {
	width: 100%;
	float: left;
}

.nnr-as-avatar-container,
.nnr-as-display-name-container {
	display: inline-block;
	width: 100%;
	text-align: center;
}

/* Avatar Image Shape */

.nnr-as-item .nnr-as-avatar-container img {
	max-width: 300px;
	margin-bottom: 12px;
	height: auto
}

.nnr-as-item .nnr-as-display-name-container {
	width: 100%;
	padding-bottom: 20px;
	text-align: center;
}

.nnr-as-display-name-container a {
	font-size: 2rem;
}

.nnr-as-item .nnr-as-avatar-container {
	width: 100%;
}

.nnr-as-item .nnr-as-avatar-container img {

}

.nnr-as-avatar-square img {
	border-radius: 0;
}

.nnr-as-avatar-rounded-square img {
	border-radius: 4px;
}

.nnr-as-avatar-circle img {
	border-radius: 50%;
}

.nnr-as-avatar-small img {
	width: 25%;
}

.nnr-as-avatar-medium img {
	width: 50%;
}

.nnr-as-avatar-large img {
	width: 100%;
}