.center {
  margin: auto;
  width: 50%;
  text-align: center; 
}

tr.nohover:hover td {
    background-color: #fff !important;
}