.chart-disclaimer {
	margin-top: 20px;
}
.wrap {
	margin-top: -80px;
	/* width: 964px;
   margin: auto; */
}
/*.wrap h2 {
	border-top: 0px !important;
	color: black;
	font-size: 24px;
	letter-spacing: -.035em;
}*/
.black-box {
	margin-top: 10px;
	/* border: 5px solid #000; */
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	/*z-index: -100;*/
	cursor: pointer;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	border-radius: 2px;
	color: #fff;
}
.black-box:hover {
	/*box-shadow: 0 3px 8px rgba(0,0,0,0.25), 0 2px 5px rgba(0,0,0,0.22);*/
}
.double-section {
	min-height: 128px;
}
.colc {
	padding: 0 5px;
}
.section-1, .section-2 {
	padding: 20px;
}
.section-1 {
	background: #fff;
}
.section-2 {
	background: #ff;
}
.chart-header {
	margin: 20px 0;
	text-align: center;
}
/* Tool-tip content */

.Tooltips {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
}
.Tooltips:hover p {
	visibility: visible;
	opacity: 1;
}
.Tooltips:hover p.OnTop {
	-webkit-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
}
.Tooltips:hover p.OnBottom {
	-webkit-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
}
.Tooltips:hover p.OnLeft {
	-webkit-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%);
}
.Tooltips:hover p.OnRight {
	-webkit-transform: translate(100%, -50%);
	transform: translate(100%, -50%);
}
.Tooltips p {
	min-width: 300px;
	opacity: 0;
	display: inline-block;
	visibility: hidden;
	position: absolute;
	text-align: left;
	width: auto;
	background: #000;
	color: #ffffff;
	font-size: 1rem;
	line-height: 1.2;
	padding: 20px;
	border-radius: 3px;
	white-space: normal;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
	transition: all 0.2s ease-out;
	z-index: 800;
}
.Tooltips p.OnTop {
	top: -45px;
	left: 50%;
	-webkit-transform: translate(-50%, -150%);
	transform: translate(-50%, -150%);
}
.Tooltips p.OnTop:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-top: 8px solid #000;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	bottom: -8px;
	margin-left: -8px;
	left: 50%;
}
.Tooltips p.OnBottom {
	bottom: -15px;
	left: 50%;
	-webkit-transform: translate(-50%, 150%);
	transform: translate(-50%, 150%);
}
.Tooltips p.OnBottom:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-bottom: 8px solid #000;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	top: -8px;
	margin-left: -8px;
	left: 50%;
}
.Tooltips p.OnLeft {
	left: -15px;
	top: -15px;
	-webkit-transform: translate(-150%, -50%);
	transform: translate(-150%, -50%);
}
.Tooltips p.OnLeft:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 8px solid #000;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	top: 50%;
	margin-top: -8px;
	right: -8px;
}
.Tooltips p.OnRight {
	right: -15px;
	top: -15px;
	-webkit-transform: translate(150%, -50%);
	transform: translate(150%, -50%);
}
.Tooltips p.OnRight:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-right: 8px solid #000;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	top: 50%;
	margin-top: -8px;
	left: -8px;
}
</style><style>#ColorBoxesRoot_4342e505-4dea-44e2-9a43-273f9ddbce2f {
	margin-top: 0 !important;
}
</style><style type="text/css">h3.orange-title {
	font-size: 1.2rem;
}
genericContent h2 {
	margin-bottom: 10px;
}
a.btn-white {
	color: black !important;
	border: none;
	border-radius: 4px;
	box-shadow: #ddd 0px 6px 0px 0px;
	margin: 10px 20px 16px 0px;
	padding: 14px 20px;
	;
	background-color: #fff;
	display: inline-block;
	transition: all .2s;
	font-size: 16px;
	letter-spacing: -.035em;
	text-align: center;
	cursor: pointer;
}
a.btn-white:hover {
	text-decoration: none;
	background-color: #eee;
	box-shadow: #ddd 0px 6px 0px 0px;
}
/*KatuTaxDrag*/

.control-group, .controls {
	text-align: center;
	margin: 1rem;
}
#tax-drag-container {
	margin: 0 auto;
	border: 1px solid #f1f1f1;
	border-radius: 3px;
}
form.tax-drag {
	padding: 1rem;
	background-color: #f1f1f1;
	border-radius: 3px;
}
/*form.tax-drag input[type=text], form.tax-drag input[type=number] {
    width: 92%;
    border: 1px solid #dd6600;
    height: 35px;
    padding: 25px;
    text-align: center;
    font-size: 1.5rem;
    border-radius: 2px;
}*/

form.tax-drag input[type=number], form.tax-drag input[type=text] {
	width: 92%;
	border: 1px solid #A0A0A0;
	padding: 10px 35px;
	text-align: center;
	font-size: 1.5rem;
	border-radius: 2px;
}
.chart-info {
	padding: 20px;
}
.chart-info h2 {
	padding: 10px 20px;
	background: #f1f1f1;
	;
	color: #000;
	font-size: 20px;
}
.chart-info h3, .chart-info p {
	padding: 0 20px;
}

.inc, .dec {
	padding: 10px 5px;
    cursor: pointer;
	width: 45px;
	float: right;
	font-size: 22px;
	position: relative;
	color: #C1C1C1;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.inc:hover, .dec:hover {
	color: #000;
}

.dec {font-size: 35px; padding: 2px 5px; float: left; margin-left: 20px; top: -47px;}
.inc {    top: -49px;   }
#compoundMessage {
	text-align: center;
    color: red;
}