body {
    font-family: Arial, sans-serif;
}

.container {
    margin: 20px;
}

textarea {
    width: 100%;
    height: 150px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.button-container {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    justify-content: flex-start;
}

.button-container .right-align {
    margin-left: auto;
}

.button-container button {
    padding: 8px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.button-container button:active {
    transform: translateY(2px);
    background-color: #e0e0e0;
}

.button-container button.active {
    background-color: #4CAF50;
    color: white;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

table,
th,
td {
    border: 1px solid black;
}

th,
td {
    padding: 8px;
    text-align: left;
}

th {
    font-weight: bold;
}

.highlight {
    background-color: yellow;
}

.index_long {
    width: 40px;
}

/* ----------------------------------------------------------------------- */

h1 {
    /* text-align: center; */
    color: #333;
}


/* .containerA {
    max-width: 800px;
    margin: auto;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
} */

.containerA {
    margin: 20px;
    /* padding: 8px; */
}

.explanation {
    margin: 20px 0;
}

/*
.explanation h2 {
    color: #444;
} */


.explanation p {
    /* margin: 2; */
    /* line-height: 0.6; */
    padding: 0px;
    /* color: black;
    color: #666; */
    padding-left: 3px;
}

.buttons-explanation {
    margin: 20px 0;
}

.buttons-explanation ul {
    list-style-type: disc;
    /* gap: 60px; */
    /* padding: 0; */
    padding-left: 20px;
}

.buttons-explanation li {
    margin: 10px 0;
    /* background: #e9e9e9; */
    padding: 0px;
    border-radius: 5px;
    /* list-style-position: inside */
}

.buttons-explanation strong {
    display: block;
    color: #333;

}






.footer {
    position: absolute;
    /* bottom: 0; */
    right: 0;
    margin: 10px;
    /* Adjust to position text away from edges */
    color: #888;
    /* Adjust text color as needed */
    font-size: 16px;
    /* Adjust font size as needed */
}