@charset "UTF-8";
/* CSS Document */
/**
* Print stylesheet for yourwebsite.com
* @version         1.0
* @lastmodified    16.06.2016
*/
@media print {
	
/* Hiding unnecessary elements for the print */
.tablet, .mobile
{
display: none;
}
}
