html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	font-family: monospace;
	background: #0f172a;
	color: #e5e7eb;
}
div#container {
	max-width: 480px;
	margin: 2rem auto;
	position: relative;
}
h1 {
	padding: 2rem 1rem;
	font-size: 2rem;
	text-align: center;
	color: #f59e0b;
}
h2, #refresh {
	padding: 0 2rem 2rem 2rem;
	text-align: center;
}
h2 {
	font-size: 1.25rem;
	line-height: 1.25;
}
#refresh {
	padding: 2rem;
	font-size: 1.5rem;
}
#refresh a {
	position: relative;
}
#refresh a:before {
	content: '';
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23818cf8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-refresh-cw"><polyline points="23 4 23 10 17 10"></polyline><polyline points="1 20 1 14 7 14"></polyline><path d="M3.51 9a9 9 0 0 1 14.85-3.36L23 10M1 14l4.64 4.36A9 9 0 0 0 20.49 15"></path></svg>');
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	display: inline-block;
	transform: scale(1.2);
}
#refresh a:hover:before {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23f78c6c" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-refresh-cw"><polyline points="23 4 23 10 17 10"></polyline><polyline points="1 20 1 14 7 14"></polyline><path d="M3.51 9a9 9 0 0 1 14.85-3.36L23 10M1 14l4.64 4.36A9 9 0 0 0 20.49 15"></path></svg>');
}
a {
	text-decoration: none;
	color: #818cf8;
}
a:hover, a:focus {
	color: #f78c6c;
}
.datetime {
	margin-bottom: 2rem;
	font-size: 0.8rem;
	text-align: center;
}
.version {
	margin: 2rem auto;
	font-size: 0.75rem;
	line-height: 1.5;
	text-align: center;
}
.version span {
	color: #f59e0b;
	font-size: 1rem;
}
div#alert {
	padding: 0.25rem 1.5rem;
	margin: 1rem 0;
	border: 1px solid #f78c6c;
}
div#progress {
	position: fixed;
	top: 1rem;
	right: 1rem;
	padding: 0.75rem 1rem;
	background: #f59e0b;
	background: rgb(245 158 11 / 0.9);
	color: #231f20;
	text-align: center;
	animation: pulseYellow 2s infinite;
}
.status_table {
	width: 100%;
	border: 1px solid #d1d3d4;
	border-collapse: collapse;
	font-size: 1.25rem;
}
.status_table td {
	padding: 0.5rem;
	border: 1px solid #d1d3d4;
	background: #011627;;
}
.status_table tr:nth-child(even) {
	/*background: #011627;*/
}
.status_table td.headline {
	padding: 0.4rem 0.4rem 0.3rem 1.5rem;
	/*background-color: #c1c3c4;*/
}
.hidden {
	/*display: none !important;*/
}
.fade {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s 1s, opacity 1s linear;
}
.lnk {
	vertical-align: middle;
	text-align: center;
}
.lnk a {
	display: inline-block;
	width: 100%;
	position: relative;
	transform: scale(1.5);
}
.lnk a:before {
	content: "";
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23818cf8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-up-right"><line x1="7" y1="17" x2="17" y2="7"></line><polyline points="7 7 17 7 17 17"></polyline></svg>');
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	display: inline-block;
}
.lnk a:hover:before {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23f78c6c" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-up-right"><line x1="7" y1="17" x2="17" y2="7"></line><polyline points="7 7 17 7 17 17"></polyline></svg>');
}
.status_table td {
	font-size: 1rem;
}
@media screen and (min-width: 640px) {
	.status_table td {
		font-size: 1.25rem;
	}
}
.status_table td i {
	font-size: 85%;
	font-style: normal;
	color: #c1c3c4;
}
.status_table td.Online, .status_table td.Offline {
	width: 25%;
	min-width: 150px;
	text-align: center;
}
.status_table td.Online {
	background-color: #0ba744;
	background-color: rgb(11 167 68 / 0.9);
}
.status_table td.Offline {
	background-color: #bd2222;
	background-color: rgb(189 34 34 / 0.9);
}
@keyframes pulseGreen {
    0% {
        background-color: rgb(11 167 68 / 0.9);
    }
    50% {
        background-color: rgb(11 167 68 / 0.66);
    }
    100% {
        background-color: rgb(11 167 68 / 0.9);
    }
}
.animGreen {
    animation: pulseGreen 2s 4;
}
@keyframes pulseRed {
    0% {
        background-color: rgb(189 34 34 / 0.9);
    }
    50% {
        background-color: rgb(189 34 34 / 0.66);
    }
    100% {
        background-color: rgb(189 34 34 / 0.9);
    }
}
.animRed {
    animation: pulseRed 2s 8;
}
@keyframes pulseYellow {
    0% {
        background-color: rgb(245 158 11 / 0.9);
    }
    50% {
        background-color: rgb(245 158 11 / 0.5);
    }
    100% {
        background-color: rgb(245 158 11 / 0.9);
    }
}
#logo {
	margin: 1rem auto;
	text-align: center;
}
#logo img {
	max-width: 150px;
	filter: invert(1);
}