/**
 * @file
 * Visual styles for Startupgrowth Lite's tables.
 */
table {
  border-collapse: collapse;
  width: 100%;
  color: #000000;
  margin: 25px 0 40px;
}
table th {
  font-size: 11px; /* hde 16px 09.04.2020 */
  text-transform: uppercase;
  border: 1px solid #fff;
  /*background: #3f3f3f; hde 2018_10_19*/
  background: #fbbc32;
  color: #ffffff;
}
table th,
table td {
  vertical-align: top;
  padding: 5px 5px; /*10px 20px;  hde Änderung 09.04.20*/
  text-align: center; /*left; hde Änderung 09.04.20*/
}
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: 10px; /*14px;  Änderung HDE 9.4.20*/
}
.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;
}
