.trauzeugen_image{
    text-align: -webkit-center;
}


#tagesablauf-custom-table {
  border-collapse: collapse;
  border: none;
}


#tagesablauf-custom-table {
  border-collapse: collapse; /* removes spacing between borders */
}

#tagesablauf-custom-table th,
#tagesablauf-custom-table td {
  font-weight: normal !important;
  border: none !important;
}

/* Default: mobile & tablet */
#tagesablauf-custom-table {
  margin-left: 0;
}

/* Desktop and larger screens */
@media (min-width: 1024px) {
  #tagesablauf-custom-table {
    margin-left: 25%;
  }
}