.dt_item__metadata_container {
  padding-left: 2rem !important;
  padding-bottom: 2rem !important;
  border: 0px !important;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANUlEQVQoU2NkwAM6OzulGHHJgyTLy8ufYVUAkwRpxlCALImhAF0SRQE2SbgCXJJgBfgkQQoAL4gdvgPcwWkAAAAASUVORK5CYII=) repeat;
}
.dt_item__question_container {
  margin: 2em 2em 0em;
}
.content-inner.page_dt_view {
  padding: 0px !important;
}
.dt_item__collection_container {
  border: 0px !important;
  padding: 0px !important;
  margin-top: 1.5rem;
  opacity: 0.6;
}
.dt_item__reset-button {
  margin-left: 2em;
}
.dt_item__prev_answers_container {
  border: none !important;
  padding: 0em 2em !important;
  margin-bottom: 2em !important;
}
.dt_item__question_container {
  margin: 2em 2em 0em;
}
.dt_item__article_container {
  padding: 2em !important;
}
.dt_item__article_content {
  margin: 2em 0em;
}
.roboto {
  font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 1em;
}
span.label {
  font-size: 12px;
}
/* Keep DT item page layout aligned with article item pages */
.dt-item-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 280px !important;
  column-gap: 2rem !important;
  align-items: start !important;
}
.dt-item-layout .polly-breadcrumb {
  grid-column: 1 / -1;
}
.dt-item-layout > .hc-widget-slot--item-before {
  grid-column: 1 / -1;
}
.dt-item-layout .polly-help-article-container-left {
  grid-column: 1;
  width: auto !important;
  min-width: 0 !important;
  margin-right: 0 !important;
}
.dt-item-layout .polly-help-article-container-right {
  grid-column: 2;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
}
@media screen and (max-width: 960px) {
  .dt-item-layout {
    grid-template-columns: 1fr;
    row-gap: 1rem;
  }
  .dt-item-layout .polly-help-article-container-left,
  .dt-item-layout .polly-help-article-container-right {
    grid-column: 1;
    width: 100%;
  }
}
