@font-face {
    font-family: 'Made-in-China';
    src:url('Made-in-China.ttf.woff') format('woff'),
        url('Made-in-China.ttf.svg#Made-in-China') format('svg'),
        url('Made-in-China.ttf.eot'),
        url('Made-in-China.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}
#ocontainer {
  width:980px;
  height:450px;
}
.plan {
  margin-top:225px;
  width:315px;
  float:left;
}
.option-row {
  text-align:center;
}
.option-row select {
  width:200px;
}
.order-button {
  display:block;
  margin:0 auto 0;
  width:200px;
  padding:8px;
  font-size:1.5em;
  font-weight:bold;
}
.price-display {
  font-family:"Made-in-China",sans-serif;
  line-height:1em;
  font-size:3.8em;
  color:#fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
  text-align:center;
}