.disclaimer {
  color: #999;
  font-size: 0.9em;
  line-height: 1.4;
  margin-right: 1em;
}

.disclaimer a {
  text-decoration: none;
}

.disclaimer a:hover {
  text-decoration: underline;
}

.hotspot {
  position: relative;
}

.hotspot-spot {
  display: inline-block;
  height: 30px;
  position: absolute;
  width: 30px;
}

.hotspot-spotlink {
  background: #0080ff;
  border: 1px solid #031a3d;
  border-radius: 16px;
  bottom: 0;
  color: #4057a7;
  display: block;
  height: 12px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: -30000px;
  top: 0;
  width: 12px;
}

.hotspot-spotglow {
  border: 3px solid #0080ff;
  border-radius: 30px;
  bottom: 0;
  display: block;
  height: 10px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: -30000px;
  top: 0;
  width: 10px;
  animation: glow 1.5s ease-in infinite;
}

.hotspot-spot.seen .hotspot-spotlink {
  opacity: 0.6;
  border: 1px solid black;
  transition: opacity 0.5s, border 0.5s;
}

.hotspot-spot.seen .hotspot-spotglow {
  display: none;
  animation: none;
}

.hotspot-window {
  background: white;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#eee));
  border-radius: 5px;
  box-shadow: 0 0 5px #666;
  color: black;
  padding: 0.75em;
  position: absolute;
}

.hotspot-window:before {
  border-color: #aaa transparent;
  border-style: solid;
  border-width: 11px 11px 0 11px;
  bottom: -11px;
  color: transparent;
  content: ".";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: -30000px;
  width: 0;
}

.hotspot-window:after {
  border-color: #eee transparent;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  bottom: -10px;
  color: transparent;
  content: ".";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: -30000px;
  width: 0;
}

.whatfont-screenshot {
  background: #fcfcfc;
  border: 10px solid #fcfcfc;
  box-shadow: 0 0 2px #999;
}

#whatfont-install-methods h3 {
  display: inline-block;
}

#whatfont-install-methods h3 a {
  color: #9299bc;
  cursor: pointer;
  display: inline-block;
  padding: 0 1em;
  text-decoration: none;
}

#whatfont-install-methods h3 a:hover,
#whatfont-install-methods h3 a.current {
  color: #4057a7;
}

#whatfont-install-methods h3:first-child a {
  border: none;
  padding-left: 0;
}

#whatfont-install-methods h3:last-child a {
  padding-right: 0;
}

ol.whatfont-how-to {
  list-style-type: none;
  margin: 1em 0;
}

.whatfont-install {
  display: none;
}

.whatfont-install:first {
  display: block;
}

.whatfont-install p {
  margin: 0;
}

.whatfont-install-wrapper {
  background: #ddd;
  display: inline-block;
  border-radius: 5px;
  box-shadow: inset 0 1px 0 #aaa;
  width: 95%;
  padding: 1em;
}

.whatfont-install-wrapper p {
  margin: 0;
}

.whatfont-install-wrapper section {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #aaa;
  padding-bottom: 1em;
  padding-top: 0.5em;
}

.whatfont-install-wrapper section:first-child {
  border-top: none;
  padding-top: 0;
}

.whatfont-install-wrapper section:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.whatfont-install-install {
  border-bottom: 1px solid #aaa;
  position: relative;
}

.whatfont-install-compatibility {
  color: #333;
  font-size: 0.95em;
}

.whatfont-install-install .instruction {
  margin-left: 7.5em;
  transition: color 0.2s linear;
}

.whatfont-install-install .instruction.main {
  font-weight: bold;
  padding: 0.5em 0;
}

.whatfont-install-install .instruction.prompt {
  color: #2759d0;
}

#whatfont-bookmarklet {
  position: absolute;
}

.whatfont-button {
  background: black;
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid black;
  color: white;
  display: inline-block;
  font-weight: bold;
  height: 1.5em;
  line-height: 1.5em;
  padding: 0.5em 0.75em;
  text-decoration: none;
  text-shadow: 0 -1px 0 black;
  border-radius: 5px;
  box-shadow: inset 0 1px 0 #aaa;
}

.whatfont-button:active {
  box-shadow: inset 0 -1px 0 #aaa;
}

ul#whatfont-hist {
  list-style: none;
}

ul#whatfont-hist time {
  color: #666;
  font-size: 0.85em;
}

ul#whatfont-hist ul {
  list-style: disc;
  padding-left: 40px;
}

#test-field figure {
  background-color: #ffffcc;
  background-image: -webkit-gradient(
    linear,
    0 0,
    100% 100%,
    from(rgba(0, 0, 0, 0)),
    color-stop(0.93, rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.08))
  );
  border-color: #fafafa #eee #ddd #eee;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  margin: 1em 0;
  padding: 0.5em 1em;
}

#test-field figure p {
  font-size: 1.25em;
  margin: 0.5em 0;
  -webkit-font-smoothing: subpixel-antialiased;
}

#test-field figure figcaption {
  color: #555;
}

#test-serif {
  font-family: Palatino, Georgia, serif;
}

#test-sans-serif {
  font-family: "Helvetica Neue", Arial, sans-serif;
}

#test-script {
  font-family: "bello-pro-1", "bello-pro-2", sans-serif;
}
