.toolBoxRow  {
    height: 30px;
}
.toolBoxRow td:hover {
    background-color: #eee;
}
.toolBoxRow td{
    cursor: pointer;
}
.toolBoxRow svg {
    vertical-align: bottom;
}
.toolBoxRow div {
    display: inline;
}
.toolBoxRow {
    font-size: 91%;
    font-weight: 400;
}
.toolBoxRow .selected{
    color: rgb(27,117,245);
}
.toolBoxRow .unselected{
    color: rgb(153,167,189);
}
.toolBoxRow .selected svg path{
    fill: rgb(27,117,245);
}
.toolBoxRow .unselected svg path{
    fill: rgb(153,167,189);
}
