.outage-list {
	display: none;
	list-style: none;
	padding: 0;
	margin: 0 0 10px 0;
}
.outage {
	border: 1px solid #dc0030;
	color: #dc0030;
	background-color: #fdd;
	padding: 10px;
	margin-bottom: 10px;
}

.outage-title {
	opacity:1;
	font-weight: bold;
	font-size: 16px;
	__color: #000;
	margin-bottom: 10px;
}

.outage-content {
	font-weight: normal;
}
.outage p {
	margin-bottom: 0px;
}