
.alert-wxwarning .icon-holder,
.alert-tile .icon-holder {
	position: absolute;
	width: 38px;
	height: auto;
	color: #fff;
	text-align: center;
	padding: 10px 0;
}

.alert-tile > .icon-holder > .fa {
	font-size: 16px;
}

.warning, .alert-wxwarning {
	background-color: #f8e9e9;
	border: 1px solid #a1262c;
}

.warning i {
	color: #a1262c;
}
.alert-tile {
	padding: 0;
	margin-bottom: 1.8em;
}

.alert-wxwarning {
	background-color: #a1262c;
	padding: 0;
	margin-bottom: 1.8em;
}

.alert-tile.good {
	background-color: #4ab947;
}

.alert-wxwarning .icon-holder,
.alert-tile .icon-holder {
	position: absolute;
	width: 38px;
	height: auto;
	color: #fff;
	text-align: center;
	padding: 10px 0;
}

.alert-tile > .icon-holder > .fa {
	font-size: 16px;
}

.alert .alert-wxwarning-inner {
	padding: 10px;
	background-color: #f8e9e9;
	border-radius: 3px;
	margin-left: 38px;
}

.alert-tile .inner {
	padding: 10px;
	background-color: #e8e8e8;
	border-radius: 3px;
	margin-left: 38px;
}

.alert-noborder {
	border-width: 0;
}

.alert-noborder .inner {
	border-radius: 0 3px 3px 0;
}

.panel-alert-severity-high {
	border-left: 7px solid #a1262c;
}

.panel-alert-severity-medium {
	border-left: 7px solid #f8bb44;
}

.panel-alert-severity-low {
	border-left: 7px solid #e8e264;
}
