/**
 * @file
 * Visual styles for Startupgrowth Lite's tables.
 */
table {
  border-collapse: collapse;
  width: 100%;
  color: #000000;
  margin: 25px 0 40px;
}
table th {
  font-size: 16px;
  text-transform: uppercase;
  border: 1px solid #fff;
  background: #3f3f3f;
  color: #ffffff;
}
table th,
table td {
  vertical-align: top;
  padding: 10px 20px;
  text-align: left;
}
table th a {
  color: #ffffff;
}
table td {
  border: 1px solid #fff;
}
table tr.even,
table tr.odd {
  border-bottom: 1px solid #fff;
  background: #e4e4e4;
  font-size: 14px;
}
.colored-region table {
  color: #ffffff;
}
.colored-region table th {
  background-color: transparent;
}
.colored-region table td {
  border-color: #ffffff;
}
.colored-region table tr.even,
.colored-region table tr.odd {
  background: transparent;
}
.footer-area table th,
.footer-area table td, {
  padding: 10px;
}
