/* Contains HTML element overrides */

table {
  margin-bottom: 0;
}

table th, table td {
  padding: 0;
}

table td {
  border-top: none;
}

li {
  color: inherit;
  line-height: inherit;
}

/*
 GENERAL ELEMENT OVERRIDES
 */

body, html {
  background-color: #3A405A;
}

body {
  padding-top: 30px; /* 30px to make the container go all the way to the bottom of the topbar */
}

