.tableft {
    font-size: 10px;
    width: 25%;
}

.verylightblue {
    background-color: rgba(0,121,188,0.05);
}

.lightblue {
    background-color: rgba(0,121,188,0.1);
}

.nowrap {
    white-space: nowrap;
    width: 20%;
    border-right: 1px solid #ececec;
}

.width26 {
    width: 26%;
}

.width20 {
    width: 20%;
}

.boardMember {
    font-size: 1.6em;
    font-weight: bold;
}