#apifields {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#apifields td, #apifields th {
    border: 1px solid #ddd;
    padding: 0px;
}

#apifields tr:nth-child(even){background-color: #f2f2f2;}

#apifields tr:hover {background-color: #ddd;}

#apifields th {
    padding-top: 2px;
    padding-bottom: 2px;
    
}

#apifields thead th {
	background-color: #D9417D;
	border:none;
    color: white;
	padding: 6px 8px;
	text-align: left;
}
#apifields tbody td {
	padding:6px 8px;
}
#apifields tbody td p {
	margin: 3px 0;
}