body {
  background: url("../images/bg.jpg");
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333; }

.block-title {
  background: #e01f0a;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 2px;
  font-size: 40px;
  color: #ffff00;
  text-transform: uppercase;
  padding: 10px;
  font-weight: bold;
  margin-bottom: 2px;
  margin-top: 30px; }
  .block-title .unit {
    font-size: 24px;
    margin-top: 30px;
    float: right; }
  .block-title .date {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #fff;
    font-weight: bold; }

table.gold-price {
  width: 100%; }
  table.gold-price thead {
    color: #ffff00;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center; }
  table.gold-price td, table.gold-price th {
    color: #ffff00;
    font-size: 50px;
    text-align: center;
    font-weight: bold;
    border: 2px solid #fff;
    border-radius: 2px;
    background: url(../images/bg_thead.jpg);
    padding: 0px 0px; }

.xauUsdPrice {
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 0, 0.75);
  float: right;
  padding: 5px;
  margin-top: 3px;
  background-color: #fff;
  color: #333333;
  font-size: 16px;
  text-align: right;
  font-weight: bold; }
  .xauUsdPrice .title {
    font-size: 18px; }
  .xauUsdPrice .price.up {
    color: #0ea600; }
  .xauUsdPrice .price.down {
    color: red; }
  .xauUsdPrice .price .value {
    font-size: 24px; }
  .xauUsdPrice .price span {
    display: inline-block;
    font-weight: bold; }
    .xauUsdPrice .price span.fluctuation {
      margin-left: 6px; }
    .xauUsdPrice .price span.percent {
      margin-left: 3px; }
  .xauUsdPrice .time {
    color: #9b9b9b;
    font-size: 12px;
    font-style: italic; }

/*# sourceMappingURL=style.css.map */
