.btn-right {
    float: right;
}

.btn-grey {
    color: #fff;
    background-color: #404040;
    border-color: #404040;
    text-transform: uppercase;
}

.btn-grey:hover, .btn-grey:focus, .btn-grey.focus {
    color: #fff;
    text-decoration: none;
}