/* Status.io Widget */

a.current-status-indicator {
	/* width: 12px;
	height: 12px;
	margin: 0 0 0 5px;
	display: inline-block;
	border-radius: 6px */
	text-decoration: none;
	color: #000;
	text-align: center;
	display: none;
}
a.current-status-indicator:hover {
	text-decoration: underline;
}

a.current-status-indicator::after {
	content: 'Click for more details on the affected areas';
	font-size: 0.75rem;
	padding-top: 4px;
	display: block;
}

/* .current-status-indicator.small {
	width: 8px;
	height: 8px;
	margin: 0 0 0 5px;
	display: inline-block;
	border-radius: 4px
} */

a.current-status-indicator.green {
	/* background: #27ae60; */
	display: none;
}

a.current-status-indicator.yellow {
	background: #ffa837;
	padding: 8px 20px;
	display: block;
}

a.current-status-indicator.red {
	background: #c44031;
	color: #fff;
	padding: 8px 20px;
	display: block;
}

a.current-status-indicator.blue {
	background: #00aaf0;
	padding: 8px 20px;
	display: block;
}