@font-face{
	font-family: 'Knowledge';
	font-weight: normal;
	src: url('https://s3.amazonaws.com/smfdev/reuters/fonts/Knowledge-Medium.ttf') format('truetype'),
		url('https://s3.amazonaws.com/smfdev/reuters/fonts/Knowledge-Medium.woff') format('woff');
}

@font-face{
	font-family: 'Benton';
	font-weight: bold;
	src: url('https://s3.amazonaws.com/smfdev/reuters/fonts/bentonBold.ttf') format('truetype'),
		url('https://s3.amazonaws.com/smfdev/reuters/fonts/bentonBold.woff') format('woff');
}

body{
	margin: 0px !important;
}

.reutersPollingWidgetHeader header.logo {
    padding-right: 0px;
}

.reutersPollingWidgetHeader header.logo div {
    background: #333333;
    display: block;
    padding: 2px;
    overflow: hidden;
}

.reutersPollingWidgetHeader header.logo div img.reuters {
    max-width: 300px;
    min-width: 200px;
    width:50%;
    margin-top: 5px;
}

.reutersPollingWidgetHeader header.logo div img.sap {
	float: right;
    height: 30px;
}

.reutersPollingWidgetLink{
	text-decoration: none;
	display: inline-block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 300px;
}

#reutersPollingWidgetTitle{
	font-size: 24px;
	color: #444;
	width: 100%;
	margin: 10px 0px;
	text-align: center;
	font-family: 'Knowledge';
}

.reutersPollingWidgetContainer{
	/*min-height: 300px;*/
	position: relative !important;
	width: 100%;
}

.reutersPollingWidgetContainerLabel{
	overflow: hidden;
	max-height: 400px;
	height: auto !important;
}

.reutersPollingWidgetContainerLabel h3#date{
	display: inline-block;
	font-size: 26px;
	color: #444;
	font-family: 'Knowledge';
	margin: 0px 0px 10px;
	float: left;
}

.reutersPollingWidgetContainerLabel #pollInfo{
	float: right;
	display: inline-block;
	text-transform: uppercase;
}

.reutersPollingWidgetContainerLabel #pollInfo #respondants{
	display: block;
	font-family: 'Knowledge';
	font-size: 14px;
	color: #444;
	line-height: 12px;
}

.reutersPollingWidgetContainerLabel #pollInfo #error{
	font-family: 'Knowledge';
	font-size: 12px;
	color: #444;
	line-height: 10px;
	opacity: .4;
}

.reutersPollingWidgetContainerLabel #labelList{
	display: block;
	width: 100%;
	padding: 0px;
	height: auto !important;
	max-height: 300px !important;
	overflow: auto;
	transition: height 0.4s ease;
	-webkit-transition: height 0.4s ease;
	-moz-transition: height 0.4s ease;
	-ms-transition: height 0.4s ease;
}

.reutersPollingWidgetContainerLabel #labelList.open{
	overflow-y: scroll;
}

.reutersPollingWidgetContainerLabel #labelList li{
	display: block;
	padding: 9px 15px;
	color: white;
	margin: 0px 0px 2px;
	overflow: hidden;
	transition: opacity 0.2s ease;
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-ms-transition: opacity 0.2s ease;
}

.reutersPollingWidgetContainerLabel #labelList li .title{
	display: inline-block;
	font-family: 'Arial';
	font-weight: bold;
	font-size: 14px;
	float: left;
	max-width: 70%;
    padding: 5px 0px 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 21px;
}

.reutersPollingWidgetContainerLabel #labelList li .percent{
	font-family: 'Knowledge';
	font-size: 30px;
	line-height: 26px;
	display: inline-block;
	float: right;
}

.reutersPollingWidgetContainerLabel #labelList li:hover{
	cursor: pointer;
}


.reutersPollingWidgetContainerLabel #show{
	display: none;
}

.reutersPollingWidgetContainerLabel #show.disabled{
	opacity: .3;
}

.reutersPollingWidgetContainerLabel #show:not(.disabled):hover{
	cursor: pointer;
	opacity: .7;
}

@media only screen and (max-width:576px){
	#reutersPollingWidgetTitle{
		font-size: 20px;
		line-height: 24px;
	}
}