.profile-meta {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.profile-meta .profile_job_title,
.profile-meta .profile_job_title2 {
	font-weight: bold;
}

.profile-meta .profile_aff,
.profile-meta .profile_job_title .label,
.profile-meta .profile_job_title2 .label,
.profile-meta .profile_website .label,
.profile-meta .profile_research_website .label,
.profile-meta .profile_lab_website .label,
.profile-meta .profile_twitter .label {
	display: none;
}

.profile {
	overflow: hidden;
}

.profile .picture, .profile .no-picture {
	border: 1px solid #aaa;
	float: left;
	margin: 0 10px 10px 0;
}

.profile .no-float {
	float: none;
}

#profiles .picture {
	max-width: 75px;
}

.profile .no-picture {
	width: 75px;
	height: 75px;
	display: inline-block;
}

.profile .profile-sections {
	clear: left;
}

#profiles h2 {
	margin-bottom: 0px;
}

#profiles-azindex {
	padding: 10px;
	background-color: rgba(88, 89, 89, 0.5);
	text-align: center;
}

#profiles-back-to-top {
	position: fixed;
	top: 50px;
	background-color: rgba(88, 89, 89, 0.5);
	padding: 5px;
	margin-left: -50px;
}

/* Table */
#profiles .floatingProfilesTHeader {
	position: fixed;
	top: 0;
	visibility: hidden;
}

#profiles .floatingProfilesTHeader th {
	background-color: white;
}

#profiles .profiles-theader th {
	border-bottom: 3px solid #ccc;
}

#profiles .profiles-table-div {
	overflow: auto;
}

#profiles table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
	font-size: 13px;
}

#profiles tbody {
	border-top: 1px solid #ccc;
}

#profiles table td {
	padding: 3px 5px;
}

#profiles table td {
	border-left: 1px solid #87bdc2;
	border-bottom: 1px solid #87bdc2;
}

#profiles tr.odd {
	background-color: #ffffff;
}

#profiles tr.even {
	background-color: #e3e2e2;
}

#profiles tr.even td.active {
	background-color: #E9FAF8;
}

#profiles tr.odd td.active {
	background-color: #F0FCFF;
}

@media only screen and (min-width: 790px) and (max-width: 939px) {
	#profiles .office {
		display: none;
	}
}

@media only screen and (max-width: 479px) {
	#profiles-back-to-top {
		right: 0px;
	}
	#profiles .toffice {
		display: none;
	}
}
