.modulux-vst-table {
    max-width:680px
}
.modulux-vst-table th {
    display: table-cell!important;
    padding: 15px 10px!important;
    vertical-align: top;
    line-height: 1.75em;
}
.modulux-vst-about .hndle {
    padding: 0 12px;
    cursor: default;
}
.modulux-vst-about code,
.modulux-vst-about pre { 
    background: #f6f7f7;
}
.modulux-vst-about pre {
    padding: 12px;
    overflow: auto;
}
.modulux-vst-about .hooks-list code {
    display: inline-block;
    margin-bottom: 6px;
}