.btn {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border-radius: 6px;
    border: 1px solid #bfbfbf;
    padding: 0.425rem 1rem;
    margin: 0px 0.5rem;
    text-align: center;
    display: inline-block;
    line-height: 1.15;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: inherit;
}
.btn:disabled, .btn.disabled, [disabled=""] {
    opacity: 0.65;
    pointer-events: none;
    text-decoration: none;
    color: inherit;
}
.btn:hover {
    border-color: #efefef;
    text-decoration: none;
    color: inherit;
} .btn:focus {
    border-color: #6a6a6a;
    text-decoration: none;
    color: inherit;
}