.listeners_peak_table {
    border-collapse: collapse;
    max-width: 500px;  /* Set the maximum width */
    width: 100%;
    border: none;  /* Removes the borders */
    margin: 20px auto;  /* Center the table */
    border-radius: 5px;  /* Set the border radius */
    overflow: hidden; /* Hide the overflow for convex corners */
}
.listeners_peak_table th {
    border: none;  /* Removes the borders */
    background-color: #113fff;
    color: white;
    text-align: center;  /* Center the text */
    padding: 4px;  /* Add padding */
}
.listeners_peak_table td {
    border: none;  /* Removes the borders */
    text-align: center;  /* Center the text */
    padding: 2px;  /* Add padding */
}
.listeners_peak_table tr:nth-child(even) {
    background-color: #b9c9ff;
}

.listeners-info {
    width: 100%;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 16px;
    resize: none;
}

#save-info, #cancel-info{
    display: none;
}