﻿.btn-cancel {
    display: inline-block;
    min-width: 88px;
    padding: 0.72727em 1.54545em 0.90909em;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    text-align: center;
    border: 0;
    border-radius: 30px;
    background: #ddd;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

    .btn-cancel:hover, .btn-pill:focus {
        background-color:#ccc;
    }