/* HTML css */
#document {
  margin: 0 auto;
  font: 12px "Open Sans", sans-serif;
}
.condensed {
	font-family: "Open Sans Condensed", sans-serif;
}
h1 {
  font-size: 24px;
  margin: 0;
  font-weight: bold;
}
header {
  margin-bottom: 20px;
}
footer{
  margin-top: 10px;
}
#input {
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 18px;
  font-family: "Source Code Pro", "Courier New", Courier, monospace;
  width: 100px;
}
div.plate {
  display: inline-block;
  font-family: "Source Code Pro", "Courier New", Courier, monospace;
  font-weight: bold;
  text-align: center;
  color: #002A5A;
  background-image: url("nyplate.png");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: help;
}
div.plate.rejected {
  color: white;
  background-image: url("rejected.png");
}
div.plate.redGuide {
  color: white;
  background-image: url("autoRejected.png");
}
div.count, label {
  font-size: 18px;
}
span.warning {
  color: red;
}
