.o-we-tablepicker {
    box-shadow: $box-shadow;

    .o-we-row {
        line-height: 0;
    }

    .o-we-cell {
        display: inline-block;
        width: 19px;
        height: 19px;
        margin-right: 3px;
        margin-bottom: 3px;
        background-color: $o-gray-200;
        &.active {
            background-color: #71639e;
        }
    }
}