
.w-90 {
    width: 90%;
}
.w-85 {
    width: 85%;
}
.w-40{
    width:40%;
}
.w-30 {
    width: 30%;
}
.w-15 {
    width: 15%;
}
.w-10 {
    width: 10%;
}

.title-cell {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 4em; /* about 2 lines depending on font size */
    line-height: 1.5em; /* make sure lines are spaced nicely */
}

.table tbody tr {
    height: 70px; /* or whatever fixed height you want */
    vertical-align: middle; /* centers text/buttons vertically */
}
.table tbody tr td {
    height: 72px!important; /* or whatever fixed height you want */
    vertical-align: middle!important; /* centers text/buttons vertically */
    min-height:72px!important;
    line-height:1.9
}


