#options {
	display: none !important;
}

#profile-container {
	width: calc(100% - 40px);
	font-size: 10pt;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	overflow: auto;
}

#profile-study, #profile-study-collaborators, #profile-bibliography, #profile-distinctions, #profile-works-collaborators {
	display: none;
}

#profile-biography {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#profile-biography-image {
	float: right;
	width: 100%;
	height: auto;
	max-width: 350px;
}

#profile-biography-info {
	float: left;
	width: 500px;
	height: calc(100vh - 150px);
	white-space: pre-line;
	overflow: auto;
}

#profile-study ul {
	padding: 0;
	margin: 0;
}

#profile-study li {
	display: inline-block;
}

#profile-study img {
	max-width: 100%;
	height: auto;
}

.table-body {
	margin-top: 0px;
	font-size: 10pt;
	width: 100%;
	padding: 0;
}

.table-body td {
	padding: 2px 0;
}

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

.profile-info-icon {
	display: flex;
	float: left;
	width: 35px;
	height: 17px;
	margin:  0 5px;
}

.profile-info-icon span {
	padding: 5px;
	display: inline-flex;
	width: 15px;
	font-size: 7pt;
	align-items: center;
}

.show-pdf-icon {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../images/show-pdf.png');
}

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

.profile-data {
	display: block;
	padding-left: 50px;
	text-align: center;
}

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

.profile-data iframe {
	margin: 10px 0;
}

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

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

/* Media queries */

@media (max-width: 1115px){

	#profile-biography-info {
		height: auto;
	}

	#profile-biography-info div.mCustomScrollBox {
		height: auto;
		max-height: none;
	}
}

@media (max-width: 945px){

	#profile-biography {
		width: initial;
	}

	#profile-biography-image, #profile-biography-info {
		float: none;
	}

	#profile-biography-info {
		width: 100%;
		margin-top: 20px;
	}
}