/*
 * HTML5 CPN Baby ticker
 * Copyright 2016  General Electric Company
 * Mike Jordan Jan 20, 2016
 */
body {
    margin: 0px;
}
 .baby-ticker {
  width: 382px;
  height: 284px;
  background-image: url(ticker-small.svg);
  display: inline-block;
  background-repeat: no-repeat;
  font-family: 'GE Inspira Book', Arial, sans-serif;
}
.baby-ticker data {
  display: inline-flex;
  border-radius: 8px;
  text-align: center;
  padding: 13px 24px;
  margin-top: 175px;
  color: white;
  background: #6022A6;
  font-size: 24pt;
  margin-left: 10px;
  line-height: 18px;
  
}
.baby-ticker time {
  display: block;
  border-radius: 10px;
  text-align: center;
  padding: 10px;
  color: #6022A6;
  font-size: 14pt;
  margin-left: 5px;
  float: left;
}
.show-disclaimer {
  position: absolute;
  top: 240px;
  left: 20px;
  color: #6022A6;
  font-size: 14pt;
  text-decoration: underline;
  font-weight: bold;
}
.disclaimer-page {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 390px;
  height: 690px;
  background-color: white;
  display: none;
  font-family: 'GE Inspira Book', Arial, sans-serif;
  color: rgb(90, 89, 91);
  font-size: 14pt;
  padding: 5px 15px;
}
.return-button {
  background-color: rgb(90, 89, 91);
  position: absolute;
  top: 635px;
  left: 62px;
  color: #6022A6;
  font-size: 14pt;
  font-weight: bold;
  display: block;
  border-radius: 10px;
  text-align: center;
  padding: 10px 20px ;
}
