/*
  Antrag extra Styles
*/


.tableLink {
  text-decoration: none;
  color: #000000;
}

.tableLink:link, .tableLink:visited, .tableLink:active {
  text-decoration: none;
  color: #000000;
}

.tableLink:hover {
  text-decoration: underline;
  color: #004d91;
}

.org_table td {
  padding-top:12px;
}
