
div.raceStreamingBanner {
background: #003399;
width: 1600px;
/* height: 1.5em; */
align-self: center;
border: 3px solid white;
border-radius: 10px;
margin-left:10;
margin-right:10;
margin-top: 1;
margin-bottom: 0;
}

body.main {
background: #880000;
/* background-image:url('../images/e-offshore.png');*/
background-repeat:repeat-y;
color: #ffffff;
font-family: arial,sans-serif;
font-size: 18pt;
text-decoration: none;
margin-left:10;
margin-right:10;
margin-top:2;
margin-bottom: 2;
} /* main */

H5.small {
font-size: 8pt }

.wrapper {
  max-width: 100%;
  overflow: hidden;
}

.marquee {
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  /* animation: marquee 600s linear infinite; */
  /* animation set as inline (override) ccs parameter changed in PHP  */
}
.marquee p {
  display: inline-block;
  margin: 2px;
}

@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
