 
.view-test-authors-editors h3 {
    font-size: 1.5em;
    color: #666666;
    font-weight: normal;
}

.view-test-authors-editors .views-field-title {
    min-width: 240px;
}

.view-test-authors-editors ul li {
    padding-bottom:3px;
}

.view-test-authors-editors {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-width: 240px;
    -moz-column-width: 240px;
    column-width: 240px;

}

.view-test-authors-editors .item-list {
    -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
    page-break-inside: avoid; /* Firefox */
    break-inside: avoid; /* IE 10+ */
}