.hide{
    display: none;
}

.input-no-border {
    width: 40px;
}

.table tr input {
    max-width: 80px;
}

.table-hover > tbody > tr:hover > td,

.table-hover > tbody > tr:hover > th {

    background-color: #c4e2f2;

}