html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #0e0e0e;
	color: #ffffff;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
	text-align: center;
}

.main-button {
	width: 296px;
	max-width: 296px;
	margin: 6px;
	background-color: #4e4e4e;
}

a.main-button:link a.main-button:visited a.main-button:hover a.main-button:active {
	color: #ffffff !important;
}

.back-button {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
	background-color: #4e4e4e;
}

.anim-global-loader {
	margin: 64px auto auto auto;
	width: 50px;
	aspect-ratio: 1;
	border-radius: 50%;
	border: 8px solid;
	border-color: #fff #0000;
	animation: gLoader 1s infinite;
}
@keyframes gLoader {
	to {
		transform: rotate(.5turn)
	}
}

.div-shellcmd
{
	padding: 6px;
	margin-top: 6px;
	margin-bottom: 6px;
	line-height: 22px;
	text-align: left;
	background-color: #300a24;
}

