div[id*="details"] div.contentcontainer:not(.meapp-tabs),
div[id*="details"] div.form-section {
  flex: 1;
  padding: 40px 30px;
  background: #eee;
  color: #333;
  /* 
  box-shadow: 0 0 5px black;
  transition: all .3s;
  */
  /* Replace shadow: */
  border: 3px solid #eee;
  margin-left: 3px;
  line-height: 1.8em;
  font-size: medium;
}

.missing {
  color: darkorange;
}

table.summary {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: white;
  width: 100%;
  margin-bottom: 40px;
}

table.summary td:first-child {
  width: 30%;
}

table.summary td,
table.summary th {
  padding: 8px 10px;
  line-height: 1.8em;
  font-size: medium;
}

/* overwrite font-size in baseline-report view */
table.smallfont td,
table.smallfont th {
  font-size: 75% !important;
}

table.summary td.label,
table.summary td.section,
table.summary tr td:first-child,
table.summary label.display_details {
  font-weight: bold;
}
table.baseline_report {
  width: 100%;
  margin: 0;
}

table.baseline_report td.label,
table.baseline_report th.label {
  width: 16%;
}
table.baseline_report td.labelwide,
table.baseline_report th.labelwide {
  font-weight: bold;
  width: 20%;
}

table.baseline_report td.section,
table.baseline_report th.section {
  color: #4e6d8d;
  width: 14%;
}
table.baseline_report td.sectionwide,
table.baseline_report th.sectionwide {
  color: #4e6d8d;
  width: 20%;
}

table.baseline_report td.summarywide,
table.baseline_report th.summarywide {
  width: 60%;
}
table.baseline_report td.summary,
table.baseline_report th.summary {
  width: 35%;
}

table.summary tr {
  border-bottom: 1px solid rgb(213, 213, 213);
  font-family: neuzeit-grotesk, sans-serif !important;
  line-height: 1.15 !important;
}

table.summary th {
  text-align: left;
}

table.summary table {
  table-layout: fixed;
}

table.summary table.summary {
  margin-bottom: 0px;
}

table.summary table.summary tr:nth-child(odd) {
  background-color: rgb(247, 247, 247);
}

table.summary table tr {
  border-bottom: none;
}

div#client_data,
div#client_activities,
div#client_status_reports {
  padding: 0 !important;
  background: white !important;
  border: none;
}
/* maybe only if report */
.baseline_report {
  font-size: 90%;
}
tr.businessHeading,
td.businessHeading,
td.workforceHeading {
  background: #eee;
}
.businessHeading {
  background: #eee;
  color: #000;
  /*
  TODO: padding
  */
}
