.entry-content section.scmtd-route-alerts-inline{
	width: 100%;
	margin: 0 0 18px 0;
}

.entry-content p.alert-place-date{
	font-weight: 600;
}

.scmtd-route-alerts-inline .route-number{
	display: none;
}

.cause-modified_service p strong{
	padding: 6px 9px 4.5px 9px;
	color: #fff;
	background-color: #0A7BBE;
}

.cause-detour p strong,
.cause-construction p strong{
	padding: 6px 9px 4.5px 9px;
	color: #fff;
	background-color: #AB0816;
}

.cause-detour p a,
.cause-construction p a{
	color: #fff;
}

.cause-holiday p strong{
	padding: 6px 9px 4.5px 9px;
	background-color: #FEC000;
}

.cause-holiday p a{
	color: #000;
}

.hidden{
	display: none;
}

/* Alerts tab */
#alerts .tab-content{
	align-items: start;
}

#alerts .scmtd-alerts .alert{
	padding: 18px 18px 0 18px;
}

#alerts .alert-full-desc{
	height: auto;
	max-height: 0;
	overflow: hidden;
}

#alerts .alert-place-date{
	margin-top: 18px;
}
/* Alerts tab - END */