/***BEGIN CodeCoverageCiTabBar.css***/
.codecoverage-ci-tabbar {
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 0px var(--palette-black-alpha-8,rgba(0, 0, 0, 0.08)); }
  .codecoverage-ci-tabbar .filter-bar {
    margin-right: 20px; }

.codecoverage-ci-tabbar-container .codecoverage-ci-tabbar {
  background-color: rgba(255, 255, 255, 1);
  background-color: var(--callout-background-color,rgba(255, 255, 255, 1)); }
/***END CodeCoverageCiTabBar.css***/

/***BEGIN CodeCoverageHtmlView.css***/
.cc-html-view {
  height: 100%; }
  .cc-html-view .code-coverage-frame-part {
    height: 100%; }
    .cc-html-view .code-coverage-frame-part iframe {
      height: 100%;
      width: 100%;
      border: none; }
/***END CodeCoverageHtmlView.css***/

/***BEGIN RepoCodeCoverage.css***/
.b-results-view .repo-codecoverage-container {
  margin: 16px 32px; }
/***END RepoCodeCoverage.css***/

/***BEGIN ResponsiveCodeCoverageCiSummaryView.css***/
.cc-ci-summary-card {
  margin-bottom: 20px; }
  .cc-ci-summary-card .coverage-changed-percentage {
    font-size: 30px; }
  .cc-ci-summary-card .coverage-data {
    margin-top: 12px; }
  .cc-ci-summary-card .summary-column {
    margin-left: 16px;
    min-width: 108px;
    max-width: 128px; }
  .cc-ci-summary-card .summary-line-compact {
    width: 128px; }

.cc-chart-legend-ctnr {
  width: 372px; }
/***END ResponsiveCodeCoverageCiSummaryView.css***/

