h1 {
	color: #FAA919;
	text-transform: uppercase;
}

h2 {
	border-bottom: 1px solid #FAA919;
	color: #06608B;
	display: inline-block;
	font-size: 1.5em;
	text-transform: uppercase;
	padding-bottom: 5px;
}

h3 {
	color: #06608B;
	margin: -0.6em 0 1em 0;
	text-transform: lowercase;
	position: relative;
}

table {
	border: 0px;
	background-color: #BDBDBD;
	border-spacing: 1px;
	table-layout: fixed;
}

@media screen and (max-width: 600px) {
	table, input {
		font-size: 0.6rem;
	}
}

th {
	background-color: #FAA919;
	border: 0px;
	border-left: 1px solid #E6E6E6;
	color: white;
	font-weight: 100;
	text-transform: uppercase;
}

td {
	background-color: white;
	border: 1px solid #e6e6e6;
}

td input {
	border: none;
	font-weight: 100;
	width: 100%;
	padding: 0 5px;
}

.editable:hover, .editable:focus, .editable:active {
	-webkit-box-shadow: 0px 0px 2px 2px rgba(214,143,0,1);
	-moz-box-shadow: 0px 0px 2px 2px rgba(214,143,0,1);
	box-shadow: 0px 0px 2px 2px rgba(214,143,0,1);
	outline: none;
	position: relative;
}

.calc-head {
	word-break: break-all;
}

.calc-total input, .calc-div-res input {
	background-color: #FAA919;
	color: white;
	font-weight: 500;
	text-transform: uppercase;
}

.calc-rows-ctrl input {
	background: white;
	color: #06608B;
/* 	font-size: 1.5em; */
	font-weight: bold;
	line-height: 0.7em;
	margin: 0 1px;
	padding: 0;
	width: 12px;
}

#nameTable td {
	border: none;
	padding: 5px 0;
}

#nameTable .nameFields input {
	max-width: 200px;
	margin-right: 10px;
	border: 1px solid #06608B;
}

#nameTable .birthFields input {
	max-width: 22px;
	border: 1px solid #06608B;
	border-left: none;
	text-align: center;
}

#nameTable .birthFields .separator {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 0;
}

#tableTotal td {
	background-color: #FAA919;
}

#tableTotal input {
	font-size: 1.5em;
	line-height: 2em;
	max-width: 200px;
}

.doc-links {
	width: 45px;
	float: right;
	height: 48px;
	text-align: center;
	background: #06608B url('../img/down-arrow.png') 50% 85% no-repeat;
	background-size: 30% auto;
	color: white;
}

.link-doc, .link-pdf,
.calc-total .link-pdf {
	background: none;
	display: inline-block;
	width: 20px;
	height: 22px;
	margin: 0.5em 2px;
}

.link-doc, .calc-total .link-doc  {
	background: url('../img/doc.png') no-repeat;
	background-size: 100% auto;
}

.link-pdf, .calc-total .link-pdf  {
	background: url('../img/pdf.png') no-repeat;
	background-size: 100% auto;
}

.hint, .hint:visited {
	color: #06608B;
	background: none;
	margin-left: 2px;
/* 	font-size: 1em; */
	font-weight: 500;
	text-decoration: none;
}


.hint span {
    display: none;
}

.hint:hover span {
	background: #FAA919;
	display: block;
	padding: 1em 1%;
	position: absolute;
	font-weight: 100;
	text-transform: none;
}
