


.sapUiTheme-sap_fiori_3 #infoDivPos {
	width: 100%;
	position: absolute;
	z-index: 1;
	top: 10px;
}

.sapUiTheme-sap_fiori_3 #infoDiv {
	display: block;
	width: 50%;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(255,255,255,0.5);
	color: #2b3f7b;
	border-radius: 10px;
	text-align: center;
	overflow-y: auto;
}

#infoDiv a {
	color: #2b3f7b;
}