
.marquee-widget-wrapper {
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  border-top: 0;
  border-bottom: 0;
  background: #333333;
  /*
  background-image: url(../images/header-marquee-bg.png);
  */
    background-size: 100%;
    background-repeat: repeat-y;  
    background-position: center center;
    position: relative;
    overflow: hidden;
}

.marquee-widget-row {
  height: 36px;
}

.marquee-widget {
  overflow: hidden;
  height: 36px;
  /*background-image: url(../images/header-marquee-bg2.png);*/
  background-color: #333333;
    background-size: cover;
    background-repeat: no-repeat;  
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 250%;
}
.marquee-widget a {
  color: #ffffff;
}

.marquee-widget-label {
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 250%;
    position: absolute;
    /*background-image: url(../images/header-marquee-bg1.png);*/
    background-color: #333333;
    background-size: cover;
    background-repeat: no-repeat;  
    padding-right: 10px;
    margin-left: -10px;
}
