/* Tools */
.btn-print-tools {
	position: absolute !important;
	top: 50px;
	right: 0;
}
@media only screen and (min-width: 768px) {
	.btn-print-tools {
		position: relative !important;
		top: 0;
	}
}