.tr:nth-child(even){
 background-color: #eeeeee;
}
.tr{
    height: 40px !important;
    padding-left:8px;
}
.tr:hover{
    cursor: hand!important;
}

.tr div{
   padding-top: 4px;
   height: 100%!important;
    border-right: 2px rgba(100,100,200,0.4) solid !important;

}
.tr div:last-child{
    border-right: none !important;

}