/* line 6, /home/privacy_grade/git_repos/PrivacyGrade/app/assets/stylesheets/table.css.scss */
table.table-striped tbody tr {
  background-color: #fff;
}

/* line 10, /home/privacy_grade/git_repos/PrivacyGrade/app/assets/stylesheets/table.css.scss */
table {
  border-collapse: collapse;
  color: #333;
  font: 1.0em "Trebuchet MS", sans-serif;
  font-weight: 400;
}

/* line 17, /home/privacy_grade/git_repos/PrivacyGrade/app/assets/stylesheets/table.css.scss */
table, caption {
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  margin: 0 auto;
}

/* line 23, /home/privacy_grade/git_repos/PrivacyGrade/app/assets/stylesheets/table.css.scss */
caption, th, td {
  border-left: 0 none;
  padding: 10px;
}

/* line 28, /home/privacy_grade/git_repos/PrivacyGrade/app/assets/stylesheets/table.css.scss */
caption, thead th, tfoot th, tfoot td {
  background-color: #049cdb;
  color: #fff;
  font-weight: 100;
  text-transform: uppercase;
}

/* line 35, /home/privacy_grade/git_repos/PrivacyGrade/app/assets/stylesheets/table.css.scss */
thead th {
  background-color: #048ac2;
  color: #eee;
  text-align: center;
}

/* line 41, /home/privacy_grade/git_repos/PrivacyGrade/app/assets/stylesheets/table.css.scss */
tbody th {
  padding: 20px 10px;
}

/* line 45, /home/privacy_grade/git_repos/PrivacyGrade/app/assets/stylesheets/table.css.scss */
tbody a {
  border-bottom: 1px dotted #049cdb;
  color: #333333;
  padding: 1px 2px;
  text-decoration: none;
}

/* line 54, /home/privacy_grade/git_repos/PrivacyGrade/app/assets/stylesheets/table.css.scss */
tbody tr:hover {
  background-color: #EEEEEE;
  color: #333333;
}
