.ticker {
  margin: 0px auto 10px auto;
  padding: 0px;
  width: 1100px;
  text-align: left;
  position: relative;
  overflow: hidden;
  background-color:#ffffff;
  height: 60px;
 font-size: 12pt;
 font-weight:bold;
}

.ticker ul {
  width: 100%;
  position: relative;
  margin: auto;
  height: 60px;
}

.ticker ul li {
  width: 100%;
  display: none;
  height: 60px;
}
.ticker ul li a{
	color: #454545;
    
}
.ticker ul li a:visited{
	color: #454545;
}
.ticker ul li a:hover{
	color: #76161b;
    font-weight: 600 !important;
}
 .ticker img{
		width: 7%;
	    height: auto;
	    float: left;
        margin-top: 10px;
}

 .ticker span{
		  margin: 1%;
		  float: left;
	 	  width: 90%;
 font-size: 12pt;
	 
	
}

.ticker .s_icons {
	/*font-size: 13px !important;
	font-weight: bold;*/
	width: 7% ;	
	color: #ffffff !important;
	height: auto;
	margin:0;
	margin-top: 10px; 
	float:left;
}


.ticker .s_icons .rec {
	background-color:blueviolet !important;
	font-size: 13px !important;
    padding-left:20% !important;
	letter-spacing: 0.05em !important;	
}

.ticker .s_icons .tp {
	background-color:#557735 !important;
	font-size: 13px !important;
    padding-left:30% !important;
	letter-spacing: 0.14em !important;		
}

.ticker .s_icons .resh {
	background-color:#EC522D !important;
	font-size: 13px !important;
    padding-left:6% !important;
	letter-spacing: 0.02em !important;	
}

.ticker .s_icons .semi {
	background-color:#004666 !important;
	font-size: 13px !important;
    padding-left:10% !important;
	letter-spacing: 0.05em !important;	
}

 .ticker .update_date {
    margin-top:  2px !important;
	font-size: 10pt !important;
	width: 110px !important;

}

