@charset "utf-8";

.btn {
	margin: 15px 0 0 0;
}

@media print {
	.btn {
		display: none;
	}
}