/* line 4, /home/privacy_grade/git_repos/PrivacyGrade/app/assets/stylesheets/shared.css.scss */
h1, h2, h3, h4 {
  font-weight: 300;
}

/* line 8, /home/privacy_grade/git_repos/PrivacyGrade/app/assets/stylesheets/shared.css.scss */
.info-well {
  background-color: #ffffff;
  padding: 15px;
  margin-bottom: 20px;
}

/* line 17, /home/privacy_grade/git_repos/PrivacyGrade/app/assets/stylesheets/shared.css.scss */
.help {
  border-bottom: 1px dotted #fff;
  color: #fff;
}
/* line 20, /home/privacy_grade/git_repos/PrivacyGrade/app/assets/stylesheets/shared.css.scss */
.help:hover {
  cursor: pointer;
  color: #2a6496;
}

/* line 31, /home/privacy_grade/git_repos/PrivacyGrade/app/assets/stylesheets/shared.css.scss */
#app-search-form {
  margin-right: 5px;
}

/* line 36, /home/privacy_grade/git_repos/PrivacyGrade/app/assets/stylesheets/shared.css.scss */
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 85px;
  background-color: #fff;
}

/* line 44, /home/privacy_grade/git_repos/PrivacyGrade/app/assets/stylesheets/shared.css.scss */
#footer > .container {
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 51, /home/privacy_grade/git_repos/PrivacyGrade/app/assets/stylesheets/shared.css.scss */
#footer-links {
  text-align: center;
}

/* line 55, /home/privacy_grade/git_repos/PrivacyGrade/app/assets/stylesheets/shared.css.scss */
.disclaimer {
  font-size: 8pt;
}

/* line 60, /home/privacy_grade/git_repos/PrivacyGrade/app/assets/stylesheets/shared.css.scss */
.loading-indicator {
  display: none;
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  z-index: 1050;
}

/* line 70, /home/privacy_grade/git_repos/PrivacyGrade/app/assets/stylesheets/shared.css.scss */
.loading-indicator .loading-box {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-align: center;
  position: relative;
  margin: 300px auto;
  padding: 50px;
  width: 250px;
  opacity: 1;
  z-index: 1051;
}

/* line 84, /home/privacy_grade/git_repos/PrivacyGrade/app/assets/stylesheets/shared.css.scss */
.loading-backdrop {
  display: none;
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  background-color: #000;
  opacity: 0.65;
  z-index: 1040;
}
