﻿/* PRINT PROPERTIES */
.icPrint
{
	display:none;
}

.icPrintWide
{
	width: auto ! important;
}

.icPrintAll
{  
	overflow: visible ! important;
	height:auto ! important;
	width: auto ! important;
    padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 5px;
	padding-right: 15px;
}
