.cpu-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.cpu-table th, .cpu-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

.cpu-table th {
    background-color: #b40202;
    color: white;
}

.cpu-save-btn {
    background-color: #b40202;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}

.cpu-save-btn:hover {
    background-color: #0056b3;
}

img.alignnone {
    width: 46px !important;
    height: auto !important;
}

td.img {
    width: 46px !important;
    height: auto !important;
}