div.file > div.clickable {
    height: 50px;
    display: table;
    width: 100%;
    border: 1px solid black;
    margin: 5px 0 5px 0;
    background: aliceblue;
}
.topic-tree .file > .clickable::before {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 100%;
    width: 25px;
}
.topic-tree .file > .clickable .title {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    text-align: left;
}
span.view-corrections {
    font-size: 28px;
    padding: 10px 0px 10px 16px;
    background: white;
}
.topic-tree .bench.student .file span.have-corrections {
    float: none;
    /* position: absolute; */
    /* right: 0px; */
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}
.topic-tree .folder > .clickable span.with-icon::before {
    content: "\27A1  ";
}
.topic-tree .folder.open > .clickable span.with-icon::before {
    content: "\2B07  ";
}
