﻿/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/

/*
table tbody tr:hover>td, table tbody tr:hover>th, table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: #e9e9e9!important;
}

table tbody tr:hover>td, table tbody tr:hover>th.fieldname, table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)> span>.fieldname {
	color: #3b5a5f!important;
}
*/
