
#review-table {
width: 100%;
border-collapse: collapse;
margin-top: 10px;
}

#review-table th, #review-table td {
border: 1px solid #ccc;
padding: 5px;
text-align: center;
}

#review-table th {
background-color: #f4f4f4;
}

#review-table td {
    background-color:cornsilk;
}

#submitButton {
margin-top: 15px;
padding: 8px 16px;
font-weight: bold;
background-color: #4CAF50;
color: white;
border: none;
border-radius: 6px;
cursor: pointer;
}

#submitButton:hover {
background-color: #45a049;
}

.action-btn {
margin: 0 5px;
padding: 4px 8px;
border-radius: 4px;
cursor: pointer;
font-size: 0.9em;
}

.edit-btn {
background-color: #2196F3;
color: white;
}

.delete-btn {
background-color: #f44336;
color: white;
}