.runtext-container {
  /*background-color: #ddddff;*/
  /**background-color: #ccf;*/
  /*background-image: -moz-linear-gradient(top,#ccf,#fff);*/
  /*background-image: -webkit-gradient(linear,0 0,0 100%,from(#ccf),to(#fff));*/
  /*background-image: -webkit-linear-gradient(top,#ccf,#fff);*/
  /*background-image: -o-linear-gradient(top,#ccf,#fff);*/
  /*background-image: linear-gradient(to bottom,#ccf,#fff);*/
  /*background-repeat: repeat-x;*/
  /*border: 0px solid #000000;*/
  /*box-shadow: 0 5px 20px rgba(0, 0, 0, 0.9);*/
  width: 800px;
  overflow-x: hidden;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0 0px 0px 0px;
}

.main-runtext {
  margin: 2px auto;
  overflow: visible;
  position: relative;
  height: 40px;
}

.runtext-container .holder {
  position: relative;
  overflow: visible;
  display: inline;
  float: left;
}

.runtext-container .holder .text-container {
  display: inline;
}

.runtext-container .holder a {
  text-decoration: none;
  font-weight: normal;
  color: #ffffff;
  /*text-shadow: 0 -1px 0 rgba(0,0,0,0.25);*/
  line-height: -0.5em;
  font-size: 13px;
}

.runtext-container .holder a:hover {
  text-decoration: none;
  color: #cbcbcb;
}

*, *::before, *::after {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: border-box;
}

