.roa-header {
	 margin-top: 20px;
}
 .roa-button {
	 text-align: center;
	 margin-top: 30px;
	 display: block;
}
 .admin-third-module-box h2 {
	 font-size: 3em !important;
}
 @media print {
	 .hide-print {
		 display: none !important;
	}
	 a[href]:after {
		 content: none !important;
	}
	 #navigation-toggle-button {
		 display: none;
	}
	 #navigation {
		 display: none;
	}
	 #admin-header-title {
		 display: none;
	}
	 #admin-header-right-bar {
		 display: none;
	}
	 #admin-navigation {
		 display: none;
	}
	 #admin-mobile-navigation {
		 display: none !important;
	}
	 .roa-header {
		 margin-top: 0px;
	}
	 .roa-batch-title {
		 margin-top: -20px;
	}
}
 
