.loading-indicator {
	height: 150px;
	width: 250px;
	background: url( 'https://e-justice.europa.eu/css/dss_applet/images/loader.gif' );
	background-repeat: no-repeat;
	background-position: center center;
}

.loading-indicator-overlay {
	background-color: #FFFFFF;
	opacity: 0.6;
	filter: alpha(opacity =   60);
}
