﻿table {
    width: 100%;
    min-width:600px;
    border-collapse:separate;
    empty-cells: hide;
	}

td {
    border-top: thin solid gray;
    border-bottom: thin solid gray;
	padding:10px 20px;
	font-size:large;
	} 
tr:hover { background-color: #f5f5f5 }