/* line 4, ../../app/assets/stylesheets/about.css.scss */
body .about .page-header {
  border-bottom: 0 none;
  padding-bottom: 0;
  background-color: #b2192b;
}
/* line 10, ../../app/assets/stylesheets/about.css.scss */
body .about h3 {
  color: #ffffff;
  padding: 5px;
  font-size: 15px;
}
/* line 16, ../../app/assets/stylesheets/about.css.scss */
body .about table {
  width: 100%;
  margin-bottom: 15px;
}
/* line 21, ../../app/assets/stylesheets/about.css.scss */
body .about table th {
  color: #b2192b;
  border-bottom: 1px solid #b2192b;
  padding: 20px;
}
/* line 27, ../../app/assets/stylesheets/about.css.scss */
body .about table td {
  color: #333333;
  border-bottom: 1px solid #b2192b;
  padding: 20px;
}
