.fellow-profile{
	margin-top: 80px;
}
.fellow-profile .header{
	font-family: "Lato", sans-serif;
	margin-bottom: 40px;
}
.fellow-profile h1{
	font-size: 40px;
	font-weight: 300;
	line-height: 50px;
	border-bottom: 1px solid #e5ae47;
}
.fellow-profile h4{
	font-weight: 300;
}
 .fellow.card{
	margin: 10px 20px;
	padding: 0px;
	font-family: "Lato", sans-serif;
}
.fellow.card .card-body{
	padding: 15px 10px;
}
.fellow.card .card-text{
	line-height: 32px;
}
.fellow.card .card-body .card-title{
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 5px;
}
.fellow.card .avatar-holder{
	position: relative;
}
.fellow.card span.year,
.fellow.card span.section,
.fellow.card span.deceased,
.fellow.card span.council-service{
	padding: 3px 8px;
	font-size: 14px;
	color: #FFF;
	font-weight: 400;
}
.fellow.card span.year{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 2px 0 2px 0;
	padding: 3px 8px;
}
.fellow.card span.deceased{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0 2px 0 2px;
	padding: 3px 8px;
}
.fellow.card span.council-service{
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 0 2px 0 2px;
	padding: 3px 8px;
}
.fellow.card span.blue{
  background-color: #0277BD;
}
.fellow.card span.green{
  background-color: #00897B;
}
.fellow.card span.red{
  background-color: #FF7043;
}
.fellow.card span.gold{
  background-color: #FF9800;
}
.fellow.card a{
	color: inherit;
}

/*iframe*/
.fellow iframe{
	width: 100%;
	min-height: 400px;
	border: none;
}
/*sidebar*/
.sidebar{
  /*padding: 30px 0 0 30px;*/
}

.journal-name{
	padding: 3px 8px;
	font-size: 20px;
	color: #C7162B;
	font-weight: 400;
}

.journal-head{
    text-align: center;
    padding-bottom:  5px;
    border-bottom:  1px solid #AA3100;    
		color: #C7162B;
  }

li.ebmember-link{
	padding-top:  0.5em;
}  