/* Styling fuer Gefahrgut-Tabellen (ADR / RID) */

.gefahrgut {
    color:  #0066d1; 
}

.gefahrgut:hover {
    text-decoration: underline;
    color: #0066cc;
    cursor: pointer;
}