﻿body {
    overflow-x: hidden;
}
.producttable {
    
}

.producttable tr:hover {
    background-color: #0094ff;
}

.producttable tr:hover {
    color: white;
}