#wp-custom-rank-chart {
    max-width: 800px;
    max-height: 400px;
    margin: 0 auto;
}

#date-range-picker {
    margin-bottom: 20px;
}
.note-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.note-text {
    flex-grow: 1;
    margin-right: 10px;
}

.note-buttons button {
    margin-left: 5px;
}
