.account_info_body {
	background-image: url("../img/login_back_blurred.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.headbar {
	background-color: #2a5473;
	height: 85px;
}

.account_info_section {
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	background-color: white;
	padding: 20px 40px 85px 40px;
	max-width: 1280px;
	margin: 0 auto;
	overflow-x: auto;
	scrollbar-width: thin;
}

.account_info_section table {
	width: 100%;
}

/*.account_info_body h2 {*/
/*	color: #2a5473;*/
/*}*/

.account_info_container {
	height: 100%;
}

.profile_data_box {
	padding: 10px 5px;
}

.small_link {
	font-size: 9pt;
}

.profile_data_label {
	display: inline-block;
	width: 250px;
	margin-right: 10px;
}

.profile_organization_label {
	display: block;
}

.organization_name_input {
	width: 500px;
}

.addUserField {
	position: relative;
	top: -3px;
	height: 27px;
}

/* Tooltip text */
.tooltip .tooltiptext {
	font-size: 12px;
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	text-align: center;
	padding: 5px 4px;
	border-radius: 6px;

	/* Position the tooltip text - see examples below! */
	position: absolute;
	z-index: 1;
	top: -16px;
	left: 122%;
	pointer-events: none;
}

.tooltip .tooltiptext::after {
	content: " ";
	position: absolute;
	top: 70%;
	right: 100%; /* To the left of the tooltip */
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent black transparent transparent;
}

.tooltip .tooltiparrow_upperleft::after {
	top: 30%;
	right: 100%;
}

.tooltip .tooltiparrow_upperright::after {
	top: 70%;
	right: 0%;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
	visibility: visible;
}