HTML {width: 100%; height: 100%; margin: 0; padding: 0;}
BODY {width: 100%; height: 100%; margin: 0; padding: 0; font-family: Verdana, Arial, Helvetica; font-size: 10pt; overflow: hidden;}


/* Wrapper for the entire widget */
#Container {
	width: 100%; height: 100%; overflow: hidden;
}

#LongPercentCaption {
	display: none;
	margin-top: -20vh; font-size: 7vh; text-align: center;
}

/* For display in bar mode */
.SentimentBar {
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
}

.SentimentBarCaption {
	text-align: right;
	color: white;
	padding: 0 10px 0 0;
}

.SentimentBarCaptionPercent {
	font-weight: bold;
}

.SentimentBarCaptionDescription {
	padding: 0 0 0 5px;
}