table, td {    
    border: 1px solid #000;
    font-size: 14px;
    font-family:Arial;
    line-height: 16px;
}
th {    
    border: 1px solid #000;
    font-size: 12px;
    font-family:Arial;
}
table {
    border-collapse: collapse;
    width: 60%;
}
td {
    text-align: center;
    font-weight: normal;
    white-space: nowrap;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
}
td.partsnumber {
	 font-weight: bold;  
}
th {
	  text-align: center;
	  padding: 4px;
    background-color: #F6E6C5;
    color: black;
    white-space: nowrap;
}

th.volt230, th.volt117 {
	  font-size:20px;
	  line-height:24px;
	  text-align: left;
	  padding: 8px;
    color: black;
    white-space: nowrap;
}	
th.volt230 {
    background-color: #FFDF00;
}    
th.volt117 {
    background-color: #FF8C00;
}
tr:nth-child(even){background-color: #F5F5DC}
