#login{
    background: url(/images/btn_login.png);
    background-repeat:no-repeat;
    border: 0;
    /*margin-right:-16px;*/
    display: block;
    width: 75px;
    height: 55px;
    cursor: pointer;
}

.lotto-countdown{
    font-size: 3.3em;
    color: white;
    font-weight: bold;
    position: relative;
    top: 40px;
}

tr.active-draw{
    background-color: rgba(191, 82, 0, 1);
}

.announcement{
	padding:0 0 0 5px;
}
.announcement .marquee_wrapper{
	display: flex;
	flex-flow: row;
	align-items: center;
	height:28px;
}
.announcement .speaker{
	background:url(../images/home/announcement.png) center center no-repeat;
	background-size: contain;
	width:18px;
	height: 14px;
	flex-basis: 21px;
	margin-right: 5px;
	min-width: 23px;
}
.announcement .marquee{
	font: 11px 'MyriadPro', sans-serif;
	color: #ffffff;
	display: flex;
	flex-flow: row;
	flex-grow: 1;
	overflow-x: hidden;
}
.announcement .marquee .js-marquee{
	display: flex;
	flex-flow: row;
}
.announcement .marquee span{
	width:max-content;
	margin-right:100px;
    font-size: 16px;
    color: #ffcc29;
}
