﻿@media screen {
	.ocot-printonly {
		display:none;
	}
}
@media print {
	.ocot-printonly {
			
	}
}
