#news_ticker_wrapper {
  margin: 0px auto;
  width: 100%;
  max-width: 294px;
  height: auto;
  left: 29px;
  top: 45px;
  position: absolute;
  z-index: 99999;
}

.save_a_tree {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: white;
  font-size: 12px;
  width: 100%;
  height: auto;
  float: left;
  left: 0px;
  bottom: -22px;
  text-align: right;
  position: absolute;
}

.save_a_tree_inner {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #565656;
  font-size: 12px;
  width: 100%;
  height: auto;
  float: left;
  left: 0px;
  bottom: -25px;
  text-align: right;
  position: absolute;
}

@media only screen and (max-width: 1076px) and (min-width: 481px) {
  .save_a_tree_inner {
    left: -6px;
  }
}

@media screen and (max-width: 480px) {
  .save_a_tree_inner {
    left: -6px;
    bottom: -18px;
  }

  .save_a_tree {
    bottom: -49px;
  }
}

.inner_pos_tree {
  max-width: 294px !important;
  width: 100%;
}

@media screen and (max-width: 1215px) {
  .inner_pos_tree {
    max-width: 89% !important;
    width: 100% !important;
  }
}

@media only screen and (max-width: 1279px) and (min-width: 768px) {
  #news_ticker_wrapper {
    margin: 0px auto;
    width: 100%;
    max-width: 100%;
    height: auto;
    left: 29px;
    top: 45px;
    position: absolute;
  }
}

@media only screen and (max-width: 767px) and (min-width: 481px) {
  #news_ticker_wrapper {
    margin: 0px auto;
    width: 100%;
    max-width: 100%;
    height: auto;
    left: 29px;
    top: 45px;
    text-align: center;
    position: absolute;
  }
}

@media screen and (max-width: 480px) {
  #news_ticker_wrapper {
    margin: 0px auto;
    width: 94%;
    max-width: 100%;
    height: auto;
    left: 29px;
    top: 45px;
    text-align: center;
    position: absolute;
  }

  #controls {
    margin: 0 auto;
    text-align: center;
    left: 0px;
    bottom: -27px;
    position: absolute;
  }
}

#ticker li {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #565656;
  font-size: 13px;
  list-style: none;
}

#ticker_container {
  border: 1px solid #fff;
  background-color: #ff9600;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 13px;
  padding: 10px;
  overflow: auto;
  display: table;
}

#newscontent {
  /* margin-bottom: 10px;
  height: 53px;
  overflow: hidden; */

  margin-bottom: 10px;
  height: 53px;
  overflow: hidden;
  display: table-cell !important;
  vertical-align: middle;
  text-align: center;
}

@media screen and (max-width: 1178px) {
  #newscontent {
    text-align: center;
    vertical-align: middle;
    display: table-cell !important;
    font-size: 14px;
  }

  .save_a_tree {
    text-align: center !important;
    font-size: 13px;
  }
}

#controls {
  margin: 0 auto;
  text-align: center;
  right: 0px;
  top: -20px;
  position: absolute;
}

.inner_news_ticker #news_ticker_wrapper {
  top: 60px !important;
  left: 84px;
}

.inner_news_ticker #ticker_container {
  width: 100% !important;
  text-align: center !important;
  font-size: 14px !important;
  display: table !important;
  background: #fff;
}

.inner_news_ticker #newscontent {
  display: table-cell !important;
  vertical-align: middle !important;
  font-size: 14px !important;
}

@media screen and (max-width: 480px) {
  .inner_news_ticker #news_ticker_wrapper {
    left: 29px;
    top: 50px !important;
  }

  #controls {
    margin: 0 auto;
    text-align: center;
    left: 0px;
    bottom: -27px;
    position: absolute;
  }

  .inner_pos_tree {
    max-width: 93% !important;
    width: 100%;
  }
}
