/**
 * Place your custom styles here.
 */
a {
	color: #589cd0;
}

a:hover {
	text-decoration: underline;
	color: #84bae2;
}

.btn-success {
	background-color: #589cd0;
	border-color: #84bae2;
	color: white;
}

.btn-success:hover {
	background-color: #84bae2;
	border-color: #589cd0;
	color: white;
}
