body {
    background-color: #D7DBDD;
}
 img {
      padding-right: 12px;
    }
    #number {
      font-size: 18pt;
      font-weight: bold;
    }
    #price {
      margin-left:10em;
      font-weight: normal;
      font-size: 14pt;
    }
    hr {
      padding-top: 14px;
      border: none;
      height: 4px;
      /* Set the hr color */
      color: #b2beb5; /* old IE */
      background-color: #b2beb5; /* Modern Browsers */
    }
