html,
body {
  color: #020202;
  font: 12px 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
}

body {
  line-height: 20px;
}

::-moz-selection {
  background-color: #020202;
  color: white;
}

::selection {
  background-color: #020202;
  color: white;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h3 {
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: 500;
}

#container {
  background-color: #fbc52d;
  min-width: 320px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;

  overflow: hidden;
  padding-top: 40px;
}

@media only screen and(min-device-width: 640px) {
  #container {
    margin-top: 40px;
  }
}

#header {
  color: white;
  margin-bottom: 60px;
  margin-left: 40px;
  margin-right: 40px;
}

#header h1 {
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
}

#header h1 a {
  color: white;
}

#header .tagline {
  font: italic 16px Georgia, 'Times New Roman', Times, serif;
}

#results {
  text-align: center;
  margin-bottom: 60px;
}

#results .information a {
  text-decoration: underline;
  color: black;
}

#results .shutter_count {
  font-size: 80px;
  line-height: 80px;
  color: white;
  margin-bottom: 20px;
  margin-top: 20px;
}

#results .model {
  margin-bottom: 20px;
}

.next {
  margin-top: 20px;
}

.next a {
  color: white;
  font-size: 14px;
  text-transform: uppercase;
}

#cameras,
#upload,
#results {
  padding-left: 40px;
  padding-right: 40px;
}

#cameras {
  background-color: #020202;
  color: white;

  margin-top: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.supported {
  text-transform: uppercase;
  font-size: 10px;
  color: green;
}

.ebay_link {
    padding-top: 30px;
      padding-bottom: 10px;
}

.ebay_link a {
    background-color: #287e29;
color: white;
  padding: 9px;
  border-radius: 5px;
    text-decoration: none;
}

.ebay_link a:hover {
  background-color: #085c12;

}

.ebay_affiliate_disclosure {
      margin-bottom: 30px;
}
.digitalphotogallery {
  background-color: black;
  padding-top: 10px;
  padding-bottom: 10px;
}

.digitalphotogallery a {
  background-image: url("/assets/digitalphotogallery-47b982ed.png");
  width: 221px;
  height: 28px;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-size: 221px 28px;
  margin-left: auto;
  margin-right: auto;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .digitalphotogallery a {
    background-image: url("/assets/digitalphotogallery@2x-8a91616d.png");
  }
}

#footer {
  background-color: white;
  text-align: right;
  text-transform: none;
  font: 10px 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
}

#footer p {
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

#footer a {
  color: #000;
}
