@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,700");
/* VERBUND THEME */
.table {
  width: 100%;
  border-collapse: collapse; }
  .table .tableHeaderCell {
    font-size: 14px;
    font-weight: 400; }
  .table .tableHeaderCell,
  .table .tableCell {
    text-align: right;
    padding-top: 17px;
    padding-bottom: 17px; }
    .theme-d3a .table .tableHeaderCell, .theme-d3a
    .table .tableCell {
      border-bottom: 1px solid #7d7d7d; }
    .theme-verbund .table .tableHeaderCell, .theme-verbund
    .table .tableCell {
      border-bottom: 1px solid #7d7d7d; }
    .table .tableHeaderCell:first-child,
    .table .tableCell:first-child {
      text-align: left; }
  .theme-d3a .table .tableBody .tableHeaderCell {
    border-right: 1px solid #7d7d7d;
    color: #fff; }
  .theme-verbund .table .tableBody .tableHeaderCell {
    border-right: 1px solid #7d7d7d;
    color: #fff; }
