body {
    background-color: #fff;
}
.table
{
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.table thead {
  background: #0054a4;
  color : #fff;
}
