top of page
bottom of page
#container {
font-family: Arial, sans-serif;
}
#userInput {
width: 100%;
padding: 10px;
margin: 10px 0;
}
button {
padding: 10px 20px;
margin: 10px 5px;
cursor: pointer;
}
#optionText {
margin: 20px 0;
}
#optionsButtonsContainer {
display: flex;
flex-wrap: wrap;
}
#feedbackTable {
width: 100%;
border-collapse: collapse;
margin-top: 20px;
}
#feedbackTable th, #feedbackTable td {
border: 1px solid #ddd;
padding: 8px;
}
#feedbackTable th {
background-color: #f2f2f2;
}
.revisitButton {
background-color: #4CAF50;
color: white;
padding: 10px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 14px;
margin: 4px 2px;
cursor: pointer;
border-radius: 4px;
}
.revisitButton:hover {
background-color: #45a049;
}