table {
  border: none;
}

table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background-color: #ffffff;
}

body {
  background: #EFEFEF;
}

.footer-wrapper {
  background-color: rgba(239,239,239,0.7);
}

.footer-wrapper .footer-bg:before {
  background-color: rgba(239,239,239,0.7);
  background-image: linear-gradient(to bottom, #efefef, rgba(239,239,239,0));
}