.toolbar {
	float: left;
	width: 100%;
	background: #F5F5FF;
	margin-bottom: 0;
}
.optionItem {
	float: left;
	width: 45%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 5px double #333;
	padding: 10px;
	margin: 2.5%;
	background: #fff;
	border-radius: 6px;
}
.optionTitle {
	float: left;
	width: 100%;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px;
}
.optionText {
	float: left;
	width: 100%;
	font-size: 13px;
	margin-bottom: 6px;
}
.optionButtons {
	float: left;
	width: 100%;
}

@media screen and (max-width: 500px) {
	.optionItem {
		width: 99%;
		margin: 0.5%;
		padding-bottom: 4px;
		margin-bottom: 3px;
	}
	.optionTitle {
		font-size: 15px;
	}
	.optionText {
		font-size: 12px;
	}
}

.optionButtonItem {
	float: right;
	width: 60px;
	text-align: center;
	padding: 5px 0;
	border: 1px solid #ccc;
	border-radius: 0px !important;
}
.chartContainer {
	float: left;
	width: 100%;
	height: 300px;
	position: relative;
	background: #F5F5FF;
}
.rainyBox {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.rainyLifeContainer {
	float: left;
	width: 100%;
	height: 24px;
	border-radius: 6px;
	background: #ABACC2;
	border: 2px solid #aaa;
}
.rainyLife {
	float: left;
	width: 100%;
	height: 100%;
	padding: 3px 10px;
	background: rgb(252,234,187); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,234,187,1)), color-stop(50%,rgba(252,205,77,1)), color-stop(51%,rgba(248,181,0,1)), color-stop(100%,rgba(251,223,147,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: black;
	font-weight: bold;
	text-align: right;
	font-size: 15px;
	-webkit-transition: all 600ms linear;
	-moz-transition: all 600ms linear;
	-o-transition: all 600ms linear;
	-ms-transition: all 600ms linear;
	transition: all 600ms linear;
}
.rainyKicker {
	float: left;
	width: 100%;
	font-size: 15px;
	font-weight: 100;
	text-transform: uppercase;
	text-align: center;
}
.deficitBox {
	position: absolute;
	left: 0;
	width: 100%;
	height: 40%;
	top: 60%;
	background: #BDB38E;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 7px solid #6BC773;
	background: rgb(213,206,166); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(213,206,166,1) 0%, rgba(201,193,144,1) 40%, rgba(183,173,112,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(213,206,166,1)), color-stop(40%,rgba(201,193,144,1)), color-stop(100%,rgba(183,173,112,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(213,206,166,1) 0%,rgba(201,193,144,1) 40%,rgba(183,173,112,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(213,206,166,1) 0%,rgba(201,193,144,1) 40%,rgba(183,173,112,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(213,206,166,1) 0%,rgba(201,193,144,1) 40%,rgba(183,173,112,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(213,206,166,1) 0%,rgba(201,193,144,1) 40%,rgba(183,173,112,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5cea6', endColorstr='#b7ad70',GradientType=0 ); /* IE6-9 */
}
.deficitHole {
	position: absolute;
	left: 50%;
	margin-left: -120px;
	width: 240px;
	height: 40%;
	top: -7px;
	border: 4px solid #968462;
	border-top: 4px solid #F5F5FF;
	background: #F5F5FF;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	transition: all 500ms linear;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.deficitNumber {
	position: absolute;
	width: 100%;
	bottom: 3px;
	text-align: center;
	left: 0px;
}
.deficitKicker {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: 100;
	text-transform: uppercase;
}
.deficitValue {
	float: left;
	width: 100%;
	text-align: center;	
	font-size: 23px;
	font-weight: bold;
}
.what {
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
	color: #FC4747;
}
.what:hover {
	color: #990808;
}
.hint:after, [data-hint]:after {
	white-space: pre-line !important;
	font-size: 15px !important;
	line-height: 18px;
	width: 200px;
	text-transform: none;
	font-weight: 100 !important;
	text-shadow: none !important;
}