.btn:hover {
   /* background-color: #8CF;
   */ text-shadow: 0 1px hsla(0, 0%, 100%, 0.9);
    color: #fff;
}

.btn:active,
.btn.is-checked {
    background-color: rgb(128, 128, 128);
}

.btn.is-checked {
    /*color: white;*/
    background-color: rgb(128, 128, 128);
}

.btn:active {
    box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}
