/*
Implementations Skeletor v3 - 5/10/2014

oustyles.css

Add styles to overwrite customer CSS, USE WITH CAUTION.

Contributors: Your Name Here
Last Updated: Enter Date Here
*/

.dvc-info {
	color: #fff;
	background-color: #143e6c;
	border-color: #103358;;
	padding: 10px;
}


.dvc-alert {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
	padding: 10px;
}

.dvc-info a:link { color: #fff; text-decoration: underline; }
.dvc-info a:visited { color: #fff; text-decoration: underline; }
.dvc-info a:hover { color: #efefef; text-decoration: underline; }
.dvc-info a:active { color: #fff; text-decoration: underline; }
