/* App specific */
/* ----- */
#content.error::after {
  content: "Error loading features list.";
  color: darkred;
}

#content-component-wrapper {
  width: auto;
}

#column-container {
  display: flex;
  align-items: stretch;
  flex-direction: row;
}

#drawer-column {
  padding: 1em 2em 1em 1em;
  margin-left: 8px;
}

#content-column {
  flex: 1;
  padding-left: 2em;
}

button {
  background: transparent;
  border: 0;
}

.legend-button {
  color: #58f;
}

chromedash-legend {
  font-size: 90%;
}
chromedash-legend .description {
  margin-bottom: 10px;
}

chromedash-featurelist {
  max-width: 860px;
}

#subheader .feature-count {
  min-width: 170px;
}
#subheader .num-features {
  font-weight: 400;
}

@media only screen and (max-width: 1200px) {
  #column-container {
    flex-direction: column;
  }
  #content-column {
    padding-left: var(--content-padding-half);
    padding-right: var(--content-padding-half);
  }
  #drawer-column {
    padding: 0;
  }
  #subheader {
    width: initial;
  }
}