﻿body {
}


.parts-row {
    text-align: center;
    background-color: rgb(36, 116, 186);
    width:98%;
    margin-left:1%;
    margin-right:1%;
    margin-top:5px;
    padding:5px;
    color:white;
}

.parts-row:hover{
    cursor:pointer;
}

.table{
    width:98% !important;
    margin-left:1%;
    margin-right:1%;
    background-color:white;
}

th, td {
    border: 1px solid black; /* Add a border to table cells */
    padding: 8px;
    text-align: center; /* Center the content */
}