/* shop.css */
html body #shopInformation {
  font-size: 13px !important;
}

#shopInformation b {
 font-family: "Courier New", Courier;
 width: 575px;
 font-size: 12px;
 display: block;
 font-weight: normal;
 border: 1px solid #00dd33;
 padding: 2px 4px;
 margin-top: 14px;
 color:#00dd33;
 background: #001100;
}

#shopInformation i {
 font-weight: bold;
 font-style: normal;
 color:#20ff44;
}
