/* alerts */
.alert {
    margin: 0;
    padding: 7px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 13px;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}
.alert-link {
	font-weight: 700;
}

.useful-links {
	margin-top: 10px;
	padding: 20px 15px;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.useful-links .useful-links-heading {
	font-weight: 700;
	font-size: 20px; }
.useful-links .useful-links-body li {
	display: inline;
	margin-right: 15px;
	font-size: 14px;
	white-space: nowrap;
	line-height: 28px; }