body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
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 {
    margin-top: 20px;
}

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

.digitalphotogallery a {
  background-image: url(/assets/digitalphotogallery-27ca7f48fd613217e41dae7c13cd11ffd6c968ff1bff9d120252433396c9764a.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-18b733918289c071230c17ab3e8e55d582ccdfc0f12a2c5ecaf6b6eea98dfd11.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;
}

