.alert-color {
	display: inline-block;
	vertical-align: middle;
	width: 1.35rem;
	height: 1.35rem;
	border: 1px dotted black;
	border-radius: 0.375rem;
	box-shadow: 0 0 .5em #fff;
	margin-bottom: 0.2rem;
}

.alert-color.yellow { background-color: #ffff00; border-style: solid; }
.alert-color.orange { background-color: #ff9933; border-style: solid; }
.alert-color.red { background-color: #ff0000; border-style: solid; }
