#universal_loading_animation_general {
	display:flex;
	justify-content:center;
	align-items:center;
}

#universal_loading_animation_table {
	background-color: white;
}
#universal_loading_animation_table > td {
	width:100%;
}
#universal_loading_animation_table > td > div {
	position: relative;
	left: 50%;
}