ul.tx_modulehandbook_versions {
    list-style-type: none;
    overflow: auto;
    margin-left: 0px;
    padding-left: 0px;
}

ul.tx_modulehandbook_versions li {
    display: inline-block;
    padding-right: 10px;
}

table.tx_modulehandbook_module_table {
    border: none;
    display: table;
}

.tx_modulehandbook_table_workload {
    width: auto;
}

.tx_modulehandbook_module_overflow {
    display: table-row;
    margin-top: 10px;
}

.tx_modulehandbook_no_top_margin {
    margin-top: 0px;
}

.tx_modulehandbook_border_bottom {
    border-bottom: solid 1px #CCC;
}

.tx_modulehandbook_module_label {
    font-weight: bold;
    border: none;
    display: table-cell;
    vertical-align: top;
    padding-right: 10px;
}

.tx_modulehandbook_module_label:after {
    content: ': ';
}

.tx_modulehandbook_module_description {
    border: none;
    display: table-cell;
}

.tx_modulehandbook_more {
    overflow: auto;
    border-bottom: solid 1px #DDD;
    margin-bottom: 1rem;
}

.tx_modulehandbook_more_versions {
    width: 49.9%;
    float: left;
    box-sizing: border-box;
}

.tx_modulehandbook_more_sorting {
    width: 49.9%;
    float: left;
    box-sizing: border-box;
    text-align: right;
}
