.code-coverage-details {
  height: 100%;
  min-width: 1000px;
  background: rgba( 255, 255, 255 ,  1 );
  background: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
  display: flex;
  flex-grow: 1; }
  .code-coverage-details .toolbar-grid-separator {
    border-bottom:  1px solid;
    border-bottom-color: rgba( 234, 234, 234 ,  1 );
    border-bottom-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 ); }
  .code-coverage-details .code-coverage-download-link {
    padding: 15px 39px;
    background: rgba( 248, 248, 248 ,  1 );
    background: rgba( var(--palette-neutral-2,248, 248, 248) ,  1 ); }
    .code-coverage-details .code-coverage-download-link .empty-results-message-bar {
      white-space: pre-line; }
  .code-coverage-details .code-coverage-summary-container + .code-coverage-download-link {
    padding: 0px 0px 15px 38px; }
  .code-coverage-details > div {
    width: 100%; }

.toggle-container {
  background: rgba( 248, 248, 248 ,  1 );
  background: rgba( var(--palette-neutral-2,248, 248, 248) ,  1 ); }

.bolt-toggle-button {
  float: right;
  padding: 10px; }

.bolt-table-container {
  background: rgba( 255, 255, 255 ,  1 );
  background: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 ); }
