.modal-header{
    background-color: #10BC64;
    color: white;
    font-weight: bold;
}

.modal-footer{
    background-color: #E5E5E5;
    color: white;
    font-weight: bold;
}

.btn-group-xs > .btn, .btn-xs {
    padding: .25rem .4rem;
    font-size: .875rem;
    line-height: .5;
    border-radius: .2rem;
}
