#fomc, #fomcatt, #fomcpen, #fomctot {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
border-collapse: collapse;
width: 100%;
}
#fomc td, #fomc th, #fomcatt td, #fomcatt th, #fomcpen td, #fomcpen th, #fomctot td, #fomctot th {
border: 1px solid #ddd;
padding: 8px;
}
#fomc tr:nth-child(even), #fomcatt tr:nth-child(even), #fomcpen tr:nth-child(even){background-color: #f2f2f2;}
#fomc tr:hover, #fomcatt tr:hover, #fomcpen tr:hover, #fomctot tr:hover {background-color: #ddd;}
#fomc th, #fomcatt th, #fomcpen th, #fomctot th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
background-color: #4CAF50;
color: white;
cursor: pointer;
}