.communicate-news {
	max-height: 120px;
    overflow-x: hidden;
    overflow-y: auto;
    display: table;
}
.alert-title, .alert-content {
	display: table-cell;
	float: none;
}
.communicate-news .alert-title {
	background-color: #E74C3C;
    color: #ffffff;
    vertical-align: middle;
    text-align: center;
    text-decoration: underline;
}

.alert-content {
	background-color:#A5CDEC;
	color: #000000;
	font-weight: bold;
	padding: 0 0 0 12px;
}
.alert-content a {
	text-decoration: underline;
	color: #000000;
}

.alert-content ul, .alert-content li {
	margin-bottom: 0;
}

.alert-content ul {
    max-height: 120px;
    overflow-x: hidden;
    overflow-y: auto;
}