#content.ticket {
    width: 80em;
}

#ticket table.properties th {
    width: 15%;
}

#ticket table.properties td {
    width: 35%;
}

.collapsed > div, .collapsed > table, .collapsed > ul, .collapsed > dl {
    display: block;
}

.collapsed > .foldable *:link, .collapsed > .foldable *:visited {
    background-image: url("../common/expanded.png");
}
