.badge
{
    transition: background-color 2s ease;
}

button:active 
{
    position: relative;
    top: 2px !important;
}

button:after 
{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
