.goldOuterBox{
  height: 100% !important;
  float: right;
}

.gold-bg{
  background: #1c1a17; 
  padding: 10px; 
  border: 2px solid #e5b854;
  /* border-radius: 8px; */
}

.goldbox {  
 max-width: 100%;
 height: 245px;
 /* background-image: url("../images/winner_lucky_spin.png"); */
 background-size: 100% 100%; 
}

.goldbox img { margin: 0 auto; }

.goldbox h3 { color: #e5b854; }

@font-face {
	font-family: helvetica-bold;
	src: url(../fonts/Helvetica-Bold-Font.ttf);
	font-weight: bold;
  }
@font-face {
	font-family: helvetica-regular;
	src: url(../fonts/Helvetica.ttf);
  }
.gold-winner p{
  font-family: helvetica-bold;
  color: #ffcc00;
  margin-top: 20px;
  font-size: 20px;
} 

.goldboxinner {
max-width:100%; 
max-height: 100%; 
text-align: start; 
}





.goldboxinner li {
  list-style-type: none;
  color: white;
}

.winnerbox{
  position: right;
}

div.winner-up > p.text-center {
  color: #FFCC00;
  font-size: 20px;
}

div.winner-bottom {
padding: auto;
}


.scroll-text {
  font-size:14px!important;
  height: 12.8em;
  overflow: hidden;
  width: 100%;
  border:0px solid #1e8fed;
  font-family: helvetica-regular;
}


.scroll-text ul {
  overflow: hidden;
  margin: 0;
  padding-left: 0px;
}
.scroll-text ul li {
  height: 1.8em;
  border-bottom: 1px solid #fff;
  color:#e5b854;
  text-align: start;
  padding-left:15px;
  padding-right:10px;
}

.scroll-text ul li span{ color:#e5b854; float:right;}
.scroll-text ul li span.name {color:#e5b854; float:none;}
.scroll-text ul li span.date {color:#e5b854; float:none; font-size:13px!important; }

.scroll-text ul li span.tagred { color:#e5b854!important; padding: 0px 4px; font-size:10px; float:none; border-radius: 2px; background-color:#990000!important;}


.announcement-text {
  font-size:18px;
  height: 1.8em;
  overflow: hidden;
  width: 1140px;
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0% 0%;
  color:#FFCC00;
  text-shadow: 2px 2px #000;
}

.announcement-text ul {
  overflow: hidden;
  margin: 0;
}
.announcement-text ul li {
  height: 2 em;
  padding-left: 10px;
}

.announcement-text ul li i {
padding-right: 10px;
}

@media screen and (max-width: 767px) {
  .gold-bg{
    background: rgba(1,1,1,0.6);
    border: unset;
  }
}

@media screen and (max-width: 575px) {
  .scroll-text {
    height: 13.8em;
  }
}
