ul {
    list-style:none
}

td.text {
    color: black;
    padding-bottom: 1em;
    vertical-align: top;
}

ul#description {
    padding-left: 1em;
}

ul#description li, p:not([class=menue]) {
    padding-bottom: 1em;
    list-style: initial;
}

p#form-fusszeile {
    padding-top: 3em;
    font-size: 0.9em;
}

form div ul {
    margin-top: 0.5em;
    padding-top: 0.5em;
}

table.size-description td, .size-description th {
    border: var(--content-border) solid 1px;
    text-align: center;
}

table.size-description {
    margin-bottom: 1em;
    margin-left: auto;
    margin-right:auto;
}

.appointment-comment.collapsed {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 500px;
}

.appointment-comment {
    overflow: hidden;
    white-space: inherit;
    text-overflow: inherit;
    width: auto;
    border-radius: 4px;
}


.appointment-comment:hover {
    background: rgba(0,0,0,0.1);
}

i:before {
    font-family: "Bitstream Vera Sans Mono", Monaco, "Courier New", Courier, monospace;
    font-weight: bolder;
    content: "\003E";
}
.appointment-comment i {
    display: inline-block;
    padding: 3px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.collapsed i {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}