.sidebar-nav {
    margin-top: 20px;
    padding: 0;
    list-style: none;
}

table {
  border-collapse: collapse;
  width: 50%;
}

tr:nth-child(even){background-color: #f2f2f2}

th {
  background-color: #f2f2f2;
  color: white;
}