.tip-menu input {
    display:none;
}

#custom_amount input {
    display:block;
    padding-left: 15px;
    margin:0;
    height: 9px;
}

#custom_amount {
    display:none;
    position:relative;
}

#custom_amount span {
    position: absolute;
    color: black;
    left: 5px;
}

.tip-menu .tip-border {
    border:3px solid #eee;
    border-radius:5px;
    display:inline-block;
}

.tip-menu label{
    cursor:pointer;
    padding:10px;
    text-transform: capitalize;
    border-left:3px solid #eee;
    display:table-cell;
    text-align: center;
}   

.tip-menu .tip-options label {
    padding:10px;
} 
.tip-menu .tip-options {
    margin-right:10px;
}

.tip-menu label.active{
    background:#e74c3b;
    color: #ffffff;
}

.tip-menu label.active:last-child{
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.tip-menu label.active:first-child{
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.tip-menu label:first-child {
    border-left:0;
}