/*
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
}

body {background-color:#434A53;}
h1 {
  text-align: center;
  font-size: 2em;
  color:#fff;
}
*/
.content-marquee {
  display: block;
  width: 1200px;
  background: rgb(215, 215, 215);
  padding: 1em;
  overflow: hidden;
  margin: 0 auto;
  
}

.container-marquee {
  width: 100%;
  background: #4FC2E5;
  float: left;
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  height: 45px;
  position: relative;
  cursor: pointer;
  border: 1px solid #333;
  border-width:  1px 0px 1px 0px;
}

.marquee-sibling {
  padding: 0;
  /*background: #3BB0D6;*/
  width: 20%;
  height: 45px;
  line-height: 42px;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  float: left;
  left: 0;
  z-index: 20;
  border: 1px solid #333;
  border-width:  0px 1px 0px 0px;
}

.marquee,
*[class^="marquee"] {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  padding-top: 7px;
}

.marquee { margin-left: 25%; }

.marquee-content-items {
  display: inline-block;
  padding: 5px;
  margin: 0;
  height: 45px;
  position: relative;
}

.marquee-content-items li {
  display: inline-block;
  line-height: 35px;
  color: #333;
}

.marquee-content-items li:after {
  content: "|";
  margin: 0 1em;
}
