<style>
.nice-table {
width: 100%;
border-collapse: separate;
border-spacing: 0;
font-family: Arial, sans-serif;
font-size: 15px;
}
.nice-table thead {
background: #f3f4f6;
}
.nice-table th {
padding: 12px 16px; /* increased left padding */
text-align: left;
font-weight: 600;
border-bottom: 2px solid #d1d5db;
}
.nice-table td {
padding: 12px 16px; /* increased left padding */
border-bottom: 1px solid #e5e7eb;
}
.nice-table tr:nth-child(even) td {
background: #fafafa;
}
.nice-table tr:hover td {
background: #f0f9ff;
}
.nice-table thead th:first-child {
border-top-left-radius: 8px;
}
.nice-table thead th:last-child {
border-top-right-radius: 8px;
}
.nice-table tbody tr:last-child td:first-child {
border-bottom-left-radius: 8px;
}
.nice-table tbody tr:last-child td:last-child {
border-bottom-right-radius: 8px;
}
</style>
<table class="nice-table"> <thead> <tr> <th>General</th> <th><br></th> </tr> </thead> <tbody> <tr> <td>Material:</td> <td>Steel & Polyurethane</td> </tr> </tbody> </table> <br> <table class="nice-table"> <thead> <tr> <th>Dimensions:</th> <th><br></th> </tr> </thead> <tbody> <tr> <td>Height Overall Inches Rounded:</td> <td>3.25</td> </tr> <tr> <td>Overall Width Max Inches Rounded:</td> <td>4.13</td> </tr> </tbody> </table><br>
<table class="nice-table"> <thead> <tr> <th>Other Dimensions:</th> <th><br></th> </tr> </thead> <tbody> <tr> <td>Adapter Pin Diameter Millimeters:</td> <td>35mm</td> </tr> </tbody> </table>