table {
  table-layout: fixed;
  width: 50%;
  margin: auto;
  border-collapse: collapse;
  border-bottom: 1px solid #999999;
  text-align: center;

}

th a{
    text-decoration: none;
    color: black;
}
