.sll-launch-wrap {
	text-align: center;
	margin: 1.5em 0;
}
.sll-launch-button {
	font-size: 1.1em;
	padding: 0.75em 2em;
	border-radius: 6px;
	border: none;
	background: #16a34a;
	color: #fff;
	cursor: pointer;
	font-weight: 600;
}
.sll-launch-button:hover {
	background: #15803d;
}
.sll-launch-button:disabled {
	opacity: 0.6;
	cursor: default;
}
.sll-launch-status {
	margin-top: 0.5em;
	font-size: 0.9em;
}
.sll-login-prompt a {
	font-weight: 600;
}
