@charset "UTF-8";
.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
    background-color: #fff;
    text-align: center;
}
.box-footer .btn {
    margin: 5px;
}