

/* button hover ouline 0 */
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px;

}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th
{
  border-top:1px solid #FFF;
}
a.noDec, a.noDec:focus, a.noDec:link, a.noDec:visited {
    text-decoration: none;
}
