.obfuscate span { display: none; }

.frame {
  background: white;
  color: grey;
  border: 8px double  lightgrey;
  text-transform: uppercase;
  box-shadow: black 3px 2px 3px;
  border-radius: 15px;
  padding-top: 3px;
  font-family: courier;
  font-weight: 900;
  height: 210px;
  width: 480px;
  margin: 20px auto;
  float: left;
}
.frame header {
  width: 100%;
  height: 65px;
  background: blue;
  border-radius: 5px 5px 0 0;
  padding-top: 2px;
  margin-top: -2px;
}
.frame .sticker {
  margin-top: 8px;
  width: 42px;
  padding: 6px;
  background: white;
  display: inline-block;
  color: black;
  font-size: 18px;
  box-shadow: inset 1px 1px 1px;
  vertical-align: top;
}
.frame .s1 {
  margin-left: 10px;
}
.frame .s2 {
  margin-left: 59px;
}
.frame .state {
  text-transform: none;
  text-align: center;
  display: inline-block;
  width: 115px;
  margin: 0 80px;
  margin-top: 16px;
  font-size: 40px;
}
.frame .number {
  font-size: 76px;
  text-align: center;
  text-shadow: black 3px 2px 3px;
  -webkit-transform: scale(1.2, 2.5);
          transform: scale(1.2, 2.5);
  margin-top: 65px;
  -webkit-filter: invert(12%);
}

.framesm {
  background: white;
  color: grey;
  border: 4px double  lightgrey;
  text-transform: uppercase;
  box-shadow: black 1px 1px 1px;
  border-radius: 5px;
  padding-top: 3px;
  font-family: helvetica;
  font-weight: 900;
  height: 110px;
  width: 240px;
  margin: 10px auto;
  margin-left: 0px;
  margin-right: 0px;
}
.framesm header {
  width: 100%;
  height: 32px;
  background: blue;
  border-radius: 2px 2px 0 0;
  padding-top: 1px;
  margin-top: -1px;
}
.framesm .sticker {
  margin-top: 4px;
  width: 25px;
  padding: 3px;
  background: white;
  display: inline-block;
  color: black;
  font-size: 10px;
  box-shadow: inset 1px 1px 1px;
  vertical-align: top;
}
.framesm .s1 {
  margin-left: 5px;
}
.framesm .s2 {
  margin-left: 53px;
}
.framesm .state {
  font-family: courier;
  text-transform: none;
  text-align: center;
  display: inline-block;
  width: 55px;
  margin: 0 25px;
  font-size: 24px;
  margin-top: 5px;
}
.framesm .number {
  font-size: 32px;
  text-align: center;
  text-shadow: black 1px 1px 1px;
  -webkit-transform: scale(1.2, 2.5);
          transform: scale(1.2, 2.5);
  margin-top: 25px;
  -webkit-filter: invert(12%);
}

.mydisclaimer {
 background-color: #fcf4b9;
 padding: 10px;
 margin-left: 15px;
 margin-right: 15px;
 margin-top: 15px;
 margin-bottom: 15px;
}