.equipment-details-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.equipment-details-table th,
.equipment-details-table td {
    padding: 10px;
    border: 1px solid #ddd;
}

.equipment-details-table th {
    background-color: #f8f8f8;
    font-weight: bold;
    text-align: left;
    padding-left:10px !important;
}

/*
.equipment-details-table tr:nth-child(even) {
    background-color: #f2f2f2;
}
/*