
Fuel Filter BF46007
body { font-family: Helvetica; background-color: #f5f5f5; } .container { max-width: 800px; margin: 0 auto; padding: 20px; background-color: white; border-radius: 10px; box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4); } table { border-collapse: collapse; width: 100%; border: 2px solid black; } th, td { border: 1px solid black; padding: 10px; text-align: left; } th { background-color: #f2f2f2; } /* Styles to center the icons */ .icon-wrapper { display: flex; justify-content: center; /* Center icons horizontally */ margin: 25px 0; /* Margin for top and bottom */ } .icon-item { text-align: center; margin: 0 25px; /* Space between the icons */ } .icon-item img { display: block; margin: 0 auto; border-radius: 50%; /* Make the icon round */ width: 40px; /* Adjust the size */ height: 40px; /* Keep the height and width equal for a perfect circle */ object-fit