button:focus {
    outline: none !important;
}
.table tr{
    transition: all .3s;
    -webkit-transition: all .3s;
}
.table tr:hover{
    background-color: #F8F8F8 !important;
}