html, body{margin:0; padding:0; font-family: "Open Sans",sans-serif; }
/*Stock Ticker*/
.ex_marquee_body{
	background-color:transparent;
}
#internal{
    background: rgba(0, 0, 0, 0);
}
#internal *{
	color:#444444;
}
.marquee_wrapper {
    position: relative;
    height: 100%;
    background: #ee8100;
}
.marquee {
	width: 100%;
    color: #fff;
    font-size: 13px;
    position: static;
    height: 100%;
    margin: 0;
    padding: 10px 12px;
    border: 0;
    display: block;
    overflow: hidden;
    text-align: initial;
    white-space: nowrap;
    z-index: 3;
	
}
.marquee ul {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.marquee ul li {
    display: inline-block;
    position: relative;
}
.marquee ul li a {
    color: #fff;
    margin-right: 50px;
    padding-right: 55px;
    position: relative;
    display: inline-block;
}
.marquee ul li a:after {
    content: "|";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    color: #fff;
}