#table_apti_liste_diffusion {
  border: 0;
  border-spacing: 0;
  font-size: 0.857em;
  margin: 10px 0;
  width: 100%;
}

#table_apti_liste_diffusion tr th {
  background: #757575!important;
  background: rgba(0, 0, 0, 0.51);
  border-bottom-style: none;
}
#table_apti_liste_diffusion tr th,
#table_apti_liste_diffusion tr th a,
#table_apti_liste_diffusion tr th a:hover {
  color: #FFF!important;
  font-weight: bold;
}
#table_apti_liste_diffusion tbody tr th {
  vertical-align: top;
}
#table_apti_liste_diffusion tr td,
#table_apti_liste_diffusion tr th {
  padding: 4px 9px;
  border: 1px solid #fff;
  text-align: left; /* LTR */
}

#table_apti_liste_diffusion tr td p
{
	margin:0;
	padding:0;	
}

#table_apti_liste_diffusion tr.odd {
  background: #e4e4e4!important;
  background: rgba(0, 0, 0, 0.105);
}
#table_apti_liste_diffusion tr,
#table_apti_liste_diffusion tr.even {
  background: #efefef!important;
  background: rgba(0, 0, 0, 0.063);
}