/* Created 20151006 by IT.NRW (Bartlomiej Oczko - bartlomiej.oczko@it.nrw.de) */

.visible-only {
   display: none;
}

table {
   width: 100%;
   border: 1px solid #666;
   border-collapse: collapse;
}

th {
   background-color: #DDD;
   text-align: left;
}

tr.even {
   background-color: #DDD;
}

input[type=text] {
   width: auto;
   border: 0 none;
   background-color: transparent;
}

a {
   text-decoration: none;
   color: #000;
}

a:after {
   content: " (" attr(href) ") ";
   /*font-size: 0.8em;*/
   font-weight: normal;
}
