  #taxform th {
	background: #bb2121 !important;
    color: #fff !important;
}
#taxform th h4 {
	color: #fff !important;
}
resultbox {display:none;}
.big {font-size:24px;font-weight:bold;}
table {width:100%;border-top:solid 1px #cacaca!important;border-right:solid 0px #cacaca!important;border-bottom:solid 1px #cacaca!important;border-left:solid 1px #cacaca!important;border-spacing:0px;}
tr {}
tr:hover, .hovered {background: #feffe3;cursor:pointer;color:#666;}
tr:hover td.total, .hovered td.total {background: #fff;color:#666;}
th {background: #f6f1e9;height:45px; padding: 0 20px; border:solid 1px #cacaca !important;}
th h4 {margin-bottom:0px;}
#tax_summaryx h3, #tax_summary h3 {
	background: #a4a4a4 !important;
    border-left: solid 1px #cacaca !important;
    border-top: solid 1px #cacaca !important;
    border-right: solid 1px #cacaca !important;
    margin-bottom: 0;
    padding: 10px !important;
    color: #fff !important;
    text-align: center !important;

}

td {padding: 0px 20px!important;line-height:1em!important;vertical-align:middle!important;height:45px;
	border-top:solid 1px #cacaca !important;
	border-right:solid 1px #cacaca !important;
	border-bottom:solid 0px #cacaca !important;
	border-left:solid 0px #cacaca !important;
}
td.total {text-align:right!important;width:150px!important;}

.hint {
	margin: 10px 20px 0px -20px;
	position: absolute;
	background: #feffe3;
	display:none;
	padding: 10px 20px 20px;
	z-index: 999;
	line-height: 1.2em;
	border: solid 1px #d0d0d0;
	width:210px;
	font-style:italic;
	color:#666;
	box-shadow: #f0f0f0 0px 0px 5px 2px;
	border-radius:6px;
	text-align:left;
	top: 17px;
    left: 0px;
}
.hint ul {margin:0!important;}
.hint ul li {font-size:1em!important;}
.hint h4 {margin:8px 0px;}

.hint:after, .hint:before {
	bottom: 100%;
	left: 17%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.hint:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #feffe3;
	border-width: 9px;
	margin-left: -15px;
}
.hint:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #c0c0c0;
	border-width: 10px;
	margin-left: -16px;
}
.box.description {
    background: #bb2121;
    color: #fff;
    margin: 35px 0px;
}