body {
	background: linear-gradient(to left bottom, rgb(27 35 47), rgb(120 143 179));
	font-family: Museo-Sans700, Arial, Helvetica, Sans-Serif;
}
table {
	margin-top: 4%;
	background-color: transparent;
	min-height: 320px;
	height: 30%;
	border-collapse: collapse;
	border-spacing: 0;
	width: 35%;
}
span {
	margin-left: 15%;
	margin-top: 25px;
	margin-bottom: 10px;
	font-size: 20px;
	color: rgb(221, 221, 221);
}
/* Fading animation */
/* #stage {
    margin: 1em auto;
    width: 382px;
    height: 292px;
} */

#stage img {
	position: absolute;
	padding: 10px;
	border: 1px solid #ccc;
	background: #fff;
	width: 60%;
	/* KARL is LAME */
}
/* #stage a img {

} */

#stage img:nth-of-type(1) {
	animation-name: fader;
	animation-delay: 4s;
	animation-duration: 1s;
	z-index: 20;
}
#stage img:nth-of-type(2) {
	z-index: 10;
}
#stage img:nth-of-type(n + 3) {
	display: none;
}

@keyframes fader {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
.flex_center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.SSO_login {
	display: none;
}
