body {
	background-color: #3c756e;
}

#report .header {
	background-image: url('../../mobility/img/bg.jpg');
	background-position: top center;
	background-size: cover;
	height: 550px;
	position: relative;
}

#report .header .overlay {
	background: #00000035;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#report .header ul.menu.text-right li {
	list-style-type: none;
	display: inline-block;
	margin: 1em 1.5em;
}

#report .header ul.menu.text-right li a {
	color: #fff;
}

#report .header .titolo {
	min-height: 400px;
}

#report .payoff {
	background: #eeeeee;
	padding: 3em 0;
	color: #333333;
}

#report .content {
	background: #dddddd;
	padding: 2em 0;
	color: #333333;
}

#report .btn-download:hover {
	cursor: pointer;
}

ul.references {
  list-style-type: none;
  padding: 1em 0;
}

ul.references li {
	padding: 1em 0;
}

ul.references li:hover {
	background: #ddd;
	display: block;
	transition: 0.2s;
  }

ul.references li a {
	display: inline-block;
	border: 1px solid;
	border-radius: 3px;
	padding: 0.1em 0.5em;
	margin-left: 0.4em;
  }
