

#ticker_container {
  background-color: rgb(245, 241, 241);
    color: rgb(102, 102, 102);
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 47px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap; 
}
.ticker {color: rgb(102, 102, 102);
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 47px;}
