/* Start of CMSMS style sheet 'Einsatztabelle' */
table.einsatztabelle th {
  font-weight: bold;
  font-size: 12px;
  padding: 4px 8px;
  background-color: #385c72;
  color: white;
}

table.einsatztabelle td {
  font-size: 12px;
  padding: 4px 8px;
  border-bottom: 1px solid silver;
}
/* End of 'Einsatztabelle' */

