a:hover {
	text-decoration: none;
}

.container-small {
	max-width: 500px;
}

.btn-primary {
	background: #0e5bd5;
	border: #1681db;
}

.btn-primary:hover {
	background: #1618d5;
	border: #1912d5;
}


