table[type=data] {
	width: 100%;
	border-collapse: collapse;
}

table[type=data] > tbody {
	border : hidden;
}

table[type=data] > tbody > tr:nth-child(odd) {
	background-color: #e9e9e9;
}

table[type=data] > tbody > tr:nth-child(even) {
	background-color: #FFFFFF;
}

table[type=data] > thead > tr > th {
	text-align: center;
	font-weight: bold;
}

table[type=data] > thead > tr > th[type=nopadding],
table[type=data] > tbody > tr > td[type=nopadding] {
    padding: 0px!important;
}

table[type=data] > thead > tr > th[type=nopadding] > table,
table[type=data] > tbody > tr > td[type=nopadding] > table {
    padding: 0px;
    border: 0px!important;
    border-collapse: collapse;
    width: 100%;
}

table[type=data] > thead > tr > th[type=nopadding] > table > thead > tr > th,
table[type=data] > tbody > tr > td[type=nopadding] > table > tbody > tr > td {
    border:solid 1px #e9e9e9;
    padding: 5px;
}

/*
.catalogue_livraison_table table[type=data] tbody td,
.catalogue_livraison_table table[type=data] thead th {
    border-right: 3px solid #ccc!important;
    border-left: 3px solid #ccc!important;
}
.catalogue_livraison_table table[type=data] thead th {
    border-top: 3px solid #ccc!important;
}
*/

