﻿.bun {
    display: inline-block;
    border: none;
    margin: 0;
    text-decoration: none;
    color: #ffffff;
    font-family: sans-serif;
    font-size: 1rem;
    cursor: pointer;
    text-align: center;
    transition: background 250ms ease-in-out, transform 150ms ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    display:block;
    width:100%;
}

    .bun:hover,
    .bun:focus {
    }

    .bun:focus {
        outline-offset: -4px;
    }

    .bun:active {
        transform: scale(0.99);
    }


.edUnCheck {
    color: rgba(0,0,0,.07) !important;
}

.edCheckCard {
   /* background-color: #3b8ee026;*/
}
