body {
    font-family: Arial, sans-serif;
    padding: 0;
    max-width: 500px;
    margin: 0 auto;
}
.player-controls {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}
button {
    padding: 10px 30px;
    font-size: 16px;
    cursor: pointer;
}
#tabPlayer button {
    padding: 10px 10px;
}
#data, #ls {
    margin-top: 30px;
}
.text {
    font-size: 26px;
}
#status {
    color: red;
    margin-bottom: 10px;
}
.appTab {
    display: none;
    margin: 0 10px;
}
#sequenceEdit {
    padding: 0px 20px;
}
svg {
    width: 16px;
    height: 16px;
}

.dragging {
    background-color: yellow !important;
}
.bottom-panel {
    text-align: right;
    padding-right: 20px;
    padding-top: 10px;
}
#navigation {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#navigation a, #navigation span {
    background-color: #f4f4f4;
    padding: 5px;
}
#navigation span {
    background-color: yellow;
}
#block-list {
    width: 200px;
    margin: 0 auto;
}
#block-list div {
    padding: 10px;
    border: 1px solid #ddd;
    cursor: pointer;
    margin: 10px;
    background-color: #f4f4f4;
}
.pause, #block-list div.pause {
    background-color: #e0e0e0;
}
#text .selected {
    background-color: yellow;
}
#ui {
    font-size: 20px;
}
#resetAll {
    background-color: red;
}
#sortable {
    width: 250px;
    margin: 0 auto;
}
.title {
    margin-bottom: 10px;
    text-align: center;
}
.buttons {
    text-align: center;
}
.buttons button {
    margin: 5px;
}
#ui {
    text-align: center;
    margin-bottom: 10px;
}
#text div {
    padding: 5px 0;
    font-size: 18px;
}
#navigation {
    text-align: center;
}
#navigation button {
    padding: 3px 12px;
    background-color: #caecf7;
    border-radius: 3px;
    border: 1px solid #000;
}
#navigation button.selected {
    background-color: #7bdfff;
}
#navigation button.disabled {
    border: 1px solid #ccc;
}
.item {
    list-style: none;
    margin: 5px 0;
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    font-size: 16px;
    width: 100%;
    overflow: hidden;
}
.handle {
    cursor: move;
    float: left;
    width: 170px;
    line-height: 60px;
    padding-left: 20px;
}
.remove {
    text-align: center;
    width: 60px;
    float: right;
    line-height: 60px;
}
.dragging {
    background-color: yellow !important;
}

#footer, #footer a {
    margin-top: 20px;
    font-size: 13px;
    color: grey;
}
