.dark_layout .table-document tbody tr:nth-child(2n+1) td, .dark_layout .table-document thead th
{
	background:#888888 !important;    /*  MBL   Was background:#none !important;   */
  background-color: #ab023a;
  color: #ffffff !important;
  border-radius: 12px;
  padding: 5px 15px !important;
  text-decoration: none !important;
}
.edocman-download-link {
  background-color: #ab023a;
  color: #ffffff !important;
  border-radius: 12px;
  padding: 5px 15px !important;
  text-decoration: none !important;
}