#topics-conveners .topic {
	display: block;
	position: relative;
	border-radius: 4px;
	padding: 3px;
	margin-bottom: 5px;
	/*line-height: 14px; */
	/*background: #e4f4f2;*/
	border: 1px solid #b5dbdc;
	color: #009baf;
	text-decoration: none;
	text-align: left;
}

#topics-conveners .topic-title {
	font-size: 20px;
	font-weight: bold;
	color: #0365a3;
}

#topics-convenors .topic-convener .topic-secretary {
	font-size: 13px;
}

#topics-conveners .topic-convener::before {
	font-size: 13px;
	font-style: italic;
/*	content: "Conveners: ";*/
}

#topics-conveners .topic-secretary::before {
	font-size: 13px;
	font-style: italic;
	color: #7592a5;
	content: "Scientific Secretary: ";
}
