@-webkit-keyframes temp {
	50% {
		-webkit-transform: scale(1, 5);
						transform: scale(1, 5);
		background: #0d222d;
	}
}
@keyframes temp {
	50% {
		-webkit-transform: scale(1, 5);
						transform: scale(1, 5);
		background: #0d222d;
	}
}

#output {
	white-space: normal;
	text-indent: -1rem;
	padding: 1rem;
	hyphens: none;
	background-color: #444;
	color: white;
	padding-left: 2rem;
}

#output .line {
	display: block;
	width: 100%;
}

#environments {
	display: flex;
	flex-flow: row wrap;
}

#environments li {
	background-color: white;
	margin-bottom: 1rem;
	margin-right: 1rem;
	padding: 1rem;
	flex: 1 1 20rem;
}

#environments table {
	font-family: monospace;
	table-layout: fixed;
	width: 100%;
}

#loader {
	display: none;
	margin: 2rem auto 1rem;
	width: 232px;
	height: 52px;
}

#loader.loading {
	display: block;
}

#loader span {
	display: inline-block;
	height: 15px;
	width: 15px;
	background: #02a2de;
	border-radius: 0px;
}

#loader span:nth-child(1) {
	-webkit-animation: temp 1s 0.05s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
					animation: temp 1s 0.05s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
	width: 7.5px;
	height: 7.5px;
	margin: 0 2px;
}
#loader span:nth-child(2) {
	-webkit-animation: temp 1s 0.1s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
					animation: temp 1s 0.1s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
	width: 7.5px;
	height: 7.5px;
	margin: 0 2px;
}
#loader span:nth-child(3) {
	-webkit-animation: temp 1s 0.15s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
					animation: temp 1s 0.15s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
	width: 7.5px;
	height: 7.5px;
	margin: 0 2px;
}
#loader span:nth-child(4) {
	-webkit-animation: temp 1s 0.2s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
					animation: temp 1s 0.2s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
	width: 7.5px;
	height: 7.5px;
	margin: 0 2px;
}
#loader span:nth-child(5) {
	-webkit-animation: temp 1s 0.25s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
					animation: temp 1s 0.25s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
	width: 7.5px;
	height: 7.5px;
	margin: 0 2px;
}
#loader span:nth-child(6) {
	-webkit-animation: temp 1s 0.3s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
					animation: temp 1s 0.3s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
	width: 7.5px;
	height: 7.5px;
	margin: 0 2px;
}
#loader span:nth-child(7) {
	-webkit-animation: temp 1s 0.35s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
					animation: temp 1s 0.35s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
	width: 7.5px;
	height: 7.5px;
	margin: 0 2px;
}
#loader span:nth-child(8) {
	-webkit-animation: temp 1s 0.4s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
					animation: temp 1s 0.4s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
	width: 7.5px;
	height: 7.5px;
	margin: 0 2px;
}
#loader span:nth-child(9) {
	-webkit-animation: temp 1s 0.45s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
					animation: temp 1s 0.45s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
	width: 7.5px;
	height: 7.5px;
	margin: 0 2px;
}
#loader span:nth-child(10) {
	-webkit-animation: temp 1s 0.5s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
					animation: temp 1s 0.5s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
	width: 7.5px;
	height: 7.5px;
	margin: 0 2px;
}
#loader span:nth-child(11) {
	-webkit-animation: temp 1s 0.55s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
					animation: temp 1s 0.55s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
	width: 7.5px;
	height: 7.5px;
	margin: 0 2px;
}
#loader span:nth-child(12) {
	-webkit-animation: temp 1s 0.6s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
					animation: temp 1s 0.6s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
	width: 7.5px;
	height: 7.5px;
	margin: 0 2px;
}
#loader span:nth-child(13) {
	-webkit-animation: temp 1s 0.65s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
					animation: temp 1s 0.65s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
	width: 7.5px;
	height: 7.5px;
	margin: 0 2px;
}
#loader span:nth-child(14) {
	-webkit-animation: temp 1s 0.7s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
					animation: temp 1s 0.7s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
	width: 7.5px;
	height: 7.5px;
	margin: 0 2px;
}
#loader span:nth-child(15) {
	-webkit-animation: temp 1s 0.75s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
					animation: temp 1s 0.75s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
	width: 7.5px;
	height: 7.5px;
	margin: 0 2px;
}
#loader span:nth-child(16) {
	-webkit-animation: temp 1s 0.8s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
					animation: temp 1s 0.8s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
	width: 7.5px;
	height: 7.5px;
	margin: 0 2px;
}
#loader span:nth-child(17) {
	-webkit-animation: temp 1s 0.85s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
					animation: temp 1s 0.85s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
	width: 7.5px;
	height: 7.5px;
	margin: 0 2px;
}
#loader span:nth-child(18) {
	-webkit-animation: temp 1s 0.9s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
					animation: temp 1s 0.9s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
	width: 7.5px;
	height: 7.5px;
	margin: 0 2px;
}
#loader span:nth-child(19) {
	-webkit-animation: temp 1s 0.95s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
					animation: temp 1s 0.95s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
	width: 7.5px;
	height: 7.5px;
	margin: 0 2px;
}
#loader span:nth-child(20) {
	-webkit-animation: temp 1s 1s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
					animation: temp 1s 1s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
	width: 7.5px;
	height: 7.5px;
	margin: 0 2px;
}
