.home-section {
    padding: 30px 0 20px 0;
  }

nav#navbar-main li {
   font-size: 16px;
  }

/* Tables */
table table {
  background-color: #fff;
}
table > tbody > tr:nth-child(odd) > td,
table > tbody > tr:nth-child(odd) > th {
  background-color: #fff;
}
table > tbody > tr:hover > td,
table > tbody > tr:hover > th {
  background-color: #e5e5e5;
}
