#aiothm-maintenance-warning {
	border: 56px solid;
	border-color: #ffb62f #ffb62f transparent transparent;
	line-height: 1;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999999;
}
#aiothm-maintenance-warning::before {
	color: #593b04;
	content: 'W';
	font-family: sans-serif;
	font-size: 22px;
	font-weight: bold;
	position: absolute;
	right: -30px;
	top: -30px;
}
#aiothm-maintenance-warning:hover {
	opacity: 0.1;
}
