.form-control {
    border-radius: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer;
    /*height: 56px;*/
    height: 58px;
}
.btn {
    border-radius: 0;
    padding-top: 18px;
    padding-bottom: 18px;
    /*height: 56px;*/
}
.btn-xs {
    border-radius: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
.table {
    background-color: #eee;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}