.path-dashboard h1.title {
  display: none;
}

.path-dashboard .form-item-debug {
  /* display: none; */
}

#edit-what--wrapper #edit-what {
  height: 500px;
  overflow: scroll;
}

#edit-what--wrapper #edit-what .checkbox label {
  margin-bottom: 0;
}

.escoach-submit-wrapper {
  align-self: flex-end;
}

#edit-submit {
  margin-bottom: 1rem;
}

#edit-reset {
  background-color: gray;
  border-color: gray;
}
.escoach-what-clear-wrapper {
  font-size: 0.5em;
}

.form-item-who label,
.form-item-where label,
.form-item-provider label,
.form-item-timeframe label {
  font-size: 1.5em;
}

#results td,
#results th {
  border: solid 1px #dddddd;
}

#results thead tr,
#results tbody tr:last-child {
  border-bottom: solid 2px #000;
}

#results thead tr:first-child {
  border-top: solid 2px #000;
}

#results thead tr:first-child th:nth-child(3),
#results thead tr:nth-child(2) th:nth-child(5),
#results tbody th:nth-child(5) {
  border-left: solid 2px #000;
}

#results thead tr th {
  font-weight: bold;
}

#results th,
#results tr {
  background-color: #fff;
  color: #000;
  font-weight: normal;
}

/* Dashboard table column widths. */
.escoach-dashboard-results, .escoach-dashboard-table {
  width: 100%;
}
.escoach-desc {
  width: 58%;
}
.escoach-all-day, .escoach-all-week {
  width: 7%;
}
.escoach-team-day, .escoach-team-week {
  width: 7%;
}
.escoach-me-day, .escoach-me-week {
  width: 7%;
}

.escoach-desc.escoach-trends {
  width: 28%;
}
.escoach-all-day.escoach-trends, .escoach-all-week.escoach-trends {
  width: 12%;
}
.escoach-team-day.escoach-trends, .escoach-team-week.escoach-trends {
  width: 12%;
}
.escoach-me-day.escoach-trends, .escoach-me-week.escoach-trends {
  width: 12%;
}
