/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 8, 2016, 5:39:45 PM
    Author     : matt
*/

.reports-root {
	/*border: solid 1px #000;*/
	margin: 0px 20px 0px 20px;
}
.reports-combined {
	/*border: solid 1px #F00;*/
	margin: 10px 0px 10px 0px;
	
}
.reports-report-parts {
	/*border: solid 1px #0F0;*/
	margin: 10px 0px 30px 0px;
	
}
.reports-report-part {
	/*border: solid 1px #00F;*/
	margin: 5px 0px 5px 0px;
	
}

.report-nav-link {
	margin: 2px 5px 2px 5px;
}

.report-jump-top {
	cursor: pointer;
}