.divTable {
	display: table;
	width: 100%;
	border-collapse: collapse;
    margin: 0;
    padding: 0;
    table-layout: fixed;
	word-wrap : break-word;
	text-align: center;
    text-transform: uppercase;
	margin: 20px 0;
}
.divTableRow {
	display: table-row;
	height: 50px !important;
}

.divTableCell, .divTableHead {
	border: 1px solid #EEE;
	display: table-cell;
	padding: 3px 10px;
	height: 50px !important;
	vertical-align: middle;
}
.divTableCell img {
	width: 80% !important;
	max-width: 80% !important;
}

.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}
input.iprint-shirt-qty {
    border: 1px solid #eee;
}