/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 30 2020 | 18:44:32 */

article table {
 width:100%;
}
article table tr:nth-child(even){
 background: #fbfbfb;
}
article table tr:hover{
 background: #f7f7f7;
}
