#container {
  background: black;
  min-width: 600px;
}

.flip {
  margin-left: 40px;
  width: 880px;
  height: 100px;
  color: yellow;
}
.flip a p{
  float:left;
  font-size: 43px;
  line-height: 62px;
  margin-right:5px;
  color:yellow;
}

.price-div {
  font: 12px tahoma, Arial, Verdana, sans-serif;
}

.price-div > div,
.total-price > div {
  float: left;
  text-align: center;
}

.price-icon {
  background: dimgrey;
  width: 25px;
  height: 30px;
  line-height: 30px;
  font-size: 26px;
  font-weight: bold;
  float: left;
  margin-right: 2px;
}

.price-div .number {
  background: dimgrey;
  width: 44px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 70px;
  font-weight: bold;
  overflow: hidden;
  margin-right: 1px;
}

.price-div .sign {
  font-size: 40px;
  font-weight: bold;
  line-height: 68px;
  height: 48px;
}