/* 
    Created on : jun 7, 2017, 10:20:40 a.m.
    Author     : univista
*/

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #ECE9E9;
}
.table tbody tr:hover td,
.table tbody tr:hover th {
  background-color: #f5f5f5 !important;
}

