@CHARSET "UTF-8";

table.complexity {
    border: 1px black solid;
    background: silver;
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
}

table.complexity td {
    margin: 0;
    background: white;
}

table.complexity td:nth-of-type(2) {
    font-style: italic;
}

dl dl {
    margin-left: 2em;
}

.phpArrayCode, .phpArrayCode + dd {
    text-decoration: line-through;
}
