.reviewer-list {
	list-style: none;
}
.reviewer-list>li {
	position: relative;
	border-bottom: 1px solid #ddd;
	margin-bottom: 1.35rem;
	min-height: 60px;
}
.reviewer-list>li .rev-img {
	position: absolute;
	width: 48px;
	height: 48px;
	overflow: hidden;
	border-radius: 50%;
}
.reviewer-list>li .rev-img img {
	width: 100%;
}
.reviewer-list>li .rev-content {
	margin-left: 65px;
	padding-bottom: 1rem;
}
.reviewer-list>li .rev-content p {
	margin-bottom: 0;
}
.reviewer-list>li .rev-content .text-gray {
	color: #444444;
	font-size: 14px;
}
.reviewer-icon {
	width: 18px;
}
em.fa > em, em.fas > em, em.far > em, em.fab > em,em.ai > em{
	visibility: hidden;
	display: none;
}

/* EDITORIAL TEAM */
.editorial-team h4, .editorial-team .h4 {
    font-size: 22px;
    border-bottom: 1px solid #E7E7E7;
    padding: 5px 0px;
}
.editorial-team ol.editorialTeam, 
.editorial-team ul.editorialTeam {
    padding-left: 0 !important;
    list-style: none !important;
}
.editorial-team .editorialTeam > li {
    position: relative;
    margin-bottom: 1.125rem;
} 
.editorial-team .editorialTeam > li .img-profile {
    position: absolute;
    width: 110px;
    height: auto;
    border: 1px solid #ddd;
	border-radius: 0.25rem;
    padding: 0.35rem;
}
.editorial-team .editorialTeam > li .img-profile .imgthumb {
    width: 98px;
    height: 110px;
    overflow: hidden;
    margin: 0 auto;
	border-radius: 0.125rem;
}
.editorial-team .editorialTeam > li .img-profile img {
    width: 100%;
}
.editorial-team .team-content {
    margin-left: 115px;
    min-height: 130px;
}