/* PWA LIVE TICKER CSS */

body {
	margin: 0;
	padding: 5px 0 0 0;
	color: #FFFFFF;
	text-align: left;
	background-image: none;
	background-color: #222222;
}

.pwaliveticker-refreshbutton {
	float: right;
	text-transform: none;
}
.pwaliveticker-refreshbutton {
	display: block;
	padding: 1px 5px;
	background-color: #FF6600;
	text-decoration: none;
	cursor: pointer;
}
.pwaliveticker-refreshbutton:hover {
	background-color: #006600;
}

.pwaliveticker-headline {
	background-color: #000000;
	padding: 0;
	color: #FFFFFF;
	font-size: 10px !important;
	text-transform: uppercase;
	padding-left: 3px;
	margin-bottom: 3px;
	line-height: 15px;
	overflow: hidden;
}
.pwaliveticker-discipline {
    padding: 10px 7px 0 7px;
    clear: both;
}
.pwaliveticker-note {
    color: #999;
    padding: 0 7px;
}
.pwaliveticker-text {
	padding: 10px 7px;
}

.pwaliveticker-text p {
	margin-bottom: 10px;
}
