/* line 4, /home/privacy_grade/git_repos/PrivacyGrade/app/assets/stylesheets/apps_stats.css.scss */
.stat-title {
  font-weight: 300;
  margin-bottom: 5px;
}

/* line 9, /home/privacy_grade/git_repos/PrivacyGrade/app/assets/stylesheets/apps_stats.css.scss */
.apps-stats-chart-title {
  text-align: center;
}

/* line 13, /home/privacy_grade/git_repos/PrivacyGrade/app/assets/stylesheets/apps_stats.css.scss */
.apps-stats-chart {
  background-color: #fff;
  margin: 10px;
}

/* line 27, /home/privacy_grade/git_repos/PrivacyGrade/app/assets/stylesheets/apps_stats.css.scss */
.apps-stats-chart rect {
  fill: steelblue;
}

/* line 31, /home/privacy_grade/git_repos/PrivacyGrade/app/assets/stylesheets/apps_stats.css.scss */
.apps-stats-chart text {
  fill: #000;
  font: 10px sans-serif;
  text-anchor: end;
}

/* line 38, /home/privacy_grade/git_repos/PrivacyGrade/app/assets/stylesheets/apps_stats.css.scss */
text.bar-text {
  fill: #000;
}

/* line 42, /home/privacy_grade/git_repos/PrivacyGrade/app/assets/stylesheets/apps_stats.css.scss */
text.x-axis-label {
  font-size: 1em;
}

/* line 46, /home/privacy_grade/git_repos/PrivacyGrade/app/assets/stylesheets/apps_stats.css.scss */
.axis text {
  font: 10px sans-serif;
  fill: #000;
  font-size: 0.90em;
}

/* line 53, /home/privacy_grade/git_repos/PrivacyGrade/app/assets/stylesheets/apps_stats.css.scss */
.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}
