#chickTable {
  border-radius: 15px;
}

#chickTable thead th{
    background: lightgray;
}

#chickTable thead th:first-of-type{
    border-top-left-radius: 10px;
}

#chickTable thead th:last-of-type{
    border-top-right-radius: 10px;
}

#chickTable tr{
   border-bottom: 1px solid lightgray;
}

#chickTable tr:last-child{
   border-bottom: none;
}

a .navBarLinkhover:hover {
  text-decoration: underline;
}
