#reportNav h2 {
	height: 50px;
	line-height: 50px;
	margin: 0 0 0 15px;
}

.bo-report {
	margin: 20px 10px 0 10px;
}
.bo-report>caption {
	text-align: center;
}
.bo-report>thead {
	border-bottom: 1px solid #888;
}
.bo-report>thead th {
	font-weight: bold;
}
.bo-report>thead *,
.bo-report>tbody *,
.bo-report>tfoot * {
	text-align: center;
}
.bo-report>tbody td {
	text-align: center;
}
#gamesRating > td {
	text-align: left !important;
}
#locNettoTD {
	text-align:left;
}
#dtRange {
	width: 400px;
}
#dtRange label {
	float: left;
	width: 70px;
}
#dtRange div.ui-slider {
	margin-left: 70px;
}

#totals>td {
	font-weight: bold !important;
	text-align: right !important;
	margin-bottom: 1.4em;
    opacity: 0.5;
    width: 700px
}
#caption {
	opacity: 0.5;
	font-family: Helvetica,Arial,sans-serif;
    font-weight: 400;
    width: 700px;
    text-align: center
}
#vhParams {
	margin-top: 40px;
}
#vhParams>p {
	display: inline-block;
	width: 300px;
	margin: 0 10px 0 0;
}
#vhParams p.txt {
	width: auto;
}
#vhParams p.button>div {
	overflow: visible;
}
#vhParams input {
	line-height: 2;
}

#trParams {
	margin-top: 40px;
}
#trParams>p {
	float: left;
	width: 300px;
	margin: 0 10px 0 0;
}
#trParams p.txt {
	width: auto;
	margin-top: 22px;
}
#trParams p.button>div {
	overflow: visible;
}