﻿.btn-white {
    color: #fff;
    border: 1px solid #fff;
}

    .btn-white:hover {
        background-color: #fff
    }

#divUserRequests .alert {
    position: relative;
    margin-top: 20px
}

#divAdddress .twitter-typeahead {
    width: 100%
}

.forms__radio:checked + .btn {
    box-shadow: 0 0 3px 0 #000;
}
