.homepageLayout {
  width: 100%;
  position: relative;
  background: #ffffff;
  box-shadow: 2px 2px 2px #cccccc;
  border: solid 1px #cccccc;
  border-collapse: collapse;
  min-height: 352px;
}
.homepageLayout .header {
  overflow: hidden;
  height: 40px;
  background: #ededed;
  border-bottom: solid 1px #cccccc;
}
.homepageLayout .header a,
.homepageLayout .header .noLink {
  font-size: 18px;
  line-height: 18px;
  margin: 10px 0px 12px 10px;
  display: block;
  font-weight: normal;
  text-rendering: optimizelegibility;
  float: left;
}
.homepageLayout .header a {
  color: #006dc1;
}
.homepageLayout .cmeBitcoinRealTimeIndex .cmeBitcoinRealTimeIndex {
  padding-top: 5px;
}
.homepageLayout .cmeBitcoinRealTimeIndex .bitContainer {
  padding: 13px 18px;
}
.homepageLayout .cmeBitcoinRealTimeIndex .lastContainer {
  padding: 13px 18px;
  border-bottom: 1px solid #cccccc;
}
.homepageLayout .cmeBitcoinRealTimeIndex .bitcoinName {
  font-size: 15px;
  font-weight: bold;
}
.homepageLayout .cmeBitcoinRealTimeIndex .bitcoinRRTIContent,
.homepageLayout .cmeBitcoinRealTimeIndex .bitcoinRRContent {
  float: left;
  font-size: 23px;
  padding: 10px 25px 10px 0;
}
.homepageLayout .cmeBitcoinRealTimeIndex .bitcoinRRTIContentDate,
.homepageLayout .cmeBitcoinRealTimeIndex .lastUpdated {
  font-size: 11px;
  font-weight: bold;
  line-height: 13px;
  color: #a6a6a6;
  background-color: white;
  height: 10px;
  display: block;
  padding-top: 5px;
}
.homepageLayout .cmeBitcoinRealTimeIndex .bitcoinRRTIContentDate {
  padding-bottom: 15px;
}
.landingLayout .leftContainer,
.landingLayout .rightContainer {
  float: left;
  text-align: center;
  width: 50%;
}
.landingLayout .bitcoinName {
  font-size: 17px;
  font-weight: bold;
  margin: 18px;
}
.landingLayout .bitcoinContent {
  font-size: 32px;
  font-weight: bold;
}
.landingLayout .bitcoinContentDate {
  margin: 18px;
  color: #a6a6a6;
}

