/* Place your custom styles here */

a {
    text-decoration: none;
    color: rgb(10, 80, 202)
}

div {
    overflow-x: auto;
}

table {
    white-space: nowrap
}

.umbruch {
    word-break: normal;
    word-wrap: break-word;
    white-space: wrap;
}

.grey {
    background: #e0e0e0;
}

.bold {
    font-weight: bold;
}

.tabelle {
    max-width: 80%;
}

code {
    background: #e0e0e0;
}

th {
    text-align: left;
    padding-top: 15px;
    padding-right: 18px;
}

td {
    text-align: left;
    padding-right: 18px;
}

td.right {
    text-align: right;
}

td.center {
    text-align: center;
}

.green {
    color: #0E9A00;
}

.red {
    color: #d73a49;
}

.orange {
    color: #ffbb00;
}

.small {
    font-size: 50%;
}

