/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
table.variation_quantity_table {    box-shadow: 0 0 5px #ddd;		cell-spacing:0px;		cell-padding:0px;		width:auto;		border:1px solid #e74c3c;
}table.variation_quantity_table thead tr{	margin:0px!important;	width:100%;}	

table.variation_quantity_table thead th {    background: #ddd;	margin:0px!important;	width:100%;	}
table.variation_quantity_table th, table.variation_quantity_table td {    text-align: center;		margin:0px!important;		border:0px!important;
}
table.variation_quantity_table tbody tr:nth-child(odd) {    background: #f5f5f5;	margin:0px!important;		border-left:1px solid #e74c3c;	border-right:1px solid #e74c3c;
}

table.variation_quantity_table tbody tr:nth-child(even) {
    background: #ffffff;	margin:0px!important;	    	border-left:1px solid #e74c3c;	border-right:1px solid #e74c3c;
}