.news-date {
	width: 20%;
}

.news-title {
	width: 50%;
}

.news-work {
	width: 30%;
}

#news-talks, #news-exposures {
	display: none;
}

#news-talks table, #news-exposures table {
	padding-bottom: 20px;
	font-size: 10pt;
}

#news-talks .table-body td, #news-exposures .table-body td {
	padding: 2px 0;
}

.profile-info-icon, .profile-info-title {
	display: inline-block;
	cursor: pointer;
}

.profile-info-icon {
	float: left;
	width: 30px;
}

.profile-info-icon span {
	display: table;
	margin: 0 auto;
	font-size: 7pt;
	vertical-align: middle;
}

.profile-info-title {
	float: right;
	width: calc(100% - 30px);
}

.profile-data {
	display: block;
	padding-left: 30px;
}

.profile-data ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.profile-data-inline {
	display: inline-block;
}

.profile-data img {
	width: 200px;
	height: auto;
}