

.btn.btn-auerpage {
    background-color: #eb6d0d;
    color: white;
}

.btn.btn-auerpage:hover {
    background-color: #d3620b;
    color: white;
}

.btn.btn-auerpage:active,
.btn.btn-auerpage:focus {
    outline-style: solid;
    outline-width: 3px;
    outline-color: #ef8a3d;
    color: white;
}