.alert {
	padding: 1em; 
	border: thick solid #005; 
	border-radius: 1em; 
	width: 700px; 
	background: #CC0
}

#icon-links {
	text-align: right;
	font-size: 1.2em;
	/*background-color: navy;*/
	padding: 0.2em;
	margin-bottom: 1em;
	border-radius: 1em;
}

.icon-link {
	margin-right: 1em;
}

.facebook {
	color: blue;
	background-color: white;
}

.youtube {
	color: red;
	background-color: white;
}