/* Utility classes */

.quiet {
  color: #bbb;
}

.danger {
  color: #d33;
}

/* Flash */

.flash.error {
  padding: 18px 24px 0;
  margin-bottom: 24px;
  border: 1px solid #d33;
  color: #d33;
  background-color: #fff9f9;
  border-radius: 5px;
}

/* Main */
#brand {
  white-space: nowrap;
}

#title {
  padding: 64px 0 100px;
}

#results_mast {
  padding: 12px 0 100px;
}

#results_mast strong a {
  color: #333;
  text-decoration: none;
  line-height: 2.4em;
}

#main_search {
  font-size: 1.3em;
  padding: 0px 16px;
}

small.badge {
  padding: 2px 8px 3px;
  margin: 4px 8px;
  background: #4b3;
  color: white;
  border-radius: 3px;
  font-size: 0.6em;
  display: inline-block;
}

.information {
  margin-top: -52px;
  margin-bottom: 48px;
  padding: 8px 24px;
  border: 1px solid #cec;
  background-color: #fafffa;
  border-radius: 3px;
}

header {
  font-size: 0.7em;
  color: #999;
}

header .status {
  color: #ddd;
  margin-right: 2px;
}

header .status.green {
  color: #7e7;
}

form small.error {
  display: block;
  padding-top: 36px;
}

a.amazon {
  white-space: nowrap;
  text-decoration: none;
  color: #bb8c0c;
}

a.amazon:hover {
  color: #dbac1c;
  text-decoration: underline;
}
