/**
    Padding
*/
/**
    Margin Section
*/
/**
    Font Section
*/
/*
    Canvas Element Colors
*/
.dtc-section-header {
  width: 100%;
  display: block;
  white-space: nowrap;
  padding-top: 10px;
}

.dtc-section-header .dtc-section-label {
  font-size: 16px;
  display: table-cell;
}

.dtc-section-header .dtc-section-line {
  width: 100%;
  display: table-cell;
  padding-left: 10px;
}

.dtc-section-header .dtc-section-line hr {
  width: 100%;
  border:  0.5px solid;
  border-color: rgba( 234, 234, 234 ,  1 );
  border-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
  background-color: rgba( 234, 234, 234 ,  1 );
  background-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
  font-size: 10px;
}
