body {
	background: #fff;
	font-family: 'Sen', serif;
	
}

.jsoneditorfont {
	letter-spacing: 0rem;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
}

h3 {
	font-size: 1.3em;
}

.table.risk-factors,
.table.recommendations {
	margin-top: 20px;
}

.table.element-data {
	margin-top: -15px;
}

.table.element-data td {
	padding-bottom: 0rem;
}

.table.risk-factors td {
	font-size: 0.9em;
}

.table.recommendations td {
	font-size: 0.9em;
}

td.title,
span.title {
	font-size: 1.0em;
	font-weight: bold;
}

.report-header {
	padding-top: 10px;
}

.report-element {
	border: 1px solid #eff2f0;
	border-radius: 5px;
	/* padding:  5px; */
	margin-bottom: 10px;
}

.element-header {
	margin-left: 7px;
	margin-top: 10px;
}

.table td {
	/*padding:  0.25rem;*/
	vertical-align: middle;
}

td.target {
	font-size: 0.8em;
}

.scale {
	float: left;
	width: 30%;
	margin-right: 5px;
	height: 12px;
}

.scale.green {
	background-color: #129e31;
}

.scale.amber {
	background-color: #f4a742;
}

.scale.red {
	background-color: #f45342;
}

.title {
	font-size: 1.1em;
}

.report-element td.value {
	font-size: 1.2em;
}

.tfl {
	font-size: 1.2em;
}

.RED {
	color: #f45342;
}

.AMBER {
	color: #f4a742;
}

.green,
.GREEN {
	color: #129e31;
}

.highlighted {
	background: #eff2f0;
	border-radius: 5px;
}

.recommendation {
	background: #fff9f2;
	border-radius: 10px;
	padding: 7px;
	margin: 5px;
	font-size: 0.9em;
	vertical-align: middle;
}

.recommendation.light {
	background: #fff;
}

main {
	height: calc(100% - 75px);
	overflow-y: scroll;
}

main>.container {
	padding: 60px 15px 0;
}

.footer {
	background-color: #DDDDDD;
}

.footer>.container {
	padding-right: 15px;
	padding-left: 15px;
}

code {
	font-size: 80%;
}

table#project td {
	font-size: 85%;
}

table#project input {
	font-size: 85%;
}

table.smaller td {
	padding: 0.5rem;
}
