tr.odd {
    background-color: #484e51;
}
tr.even {
    background-color: #3D4144;
}
tr td span {
    cursor: pointer;
}
tr td span:hover {
    text-decoration: underline;
}
tr input:nth-child(6) {
    width: 100px;
}
.input-datatable {
    padding: 5px;
    background: #2C3032;
    color: #fff;
    border: 1px solid #232628;
    width: 300px;
}
.width50 {
    width: 30px !important;
}