/* design.css */

.preformatted {
    white-space: pre-wrap;
}

/* In panels avoid extra space when using h2 on top*/
.panelTop {
    margin-top: 0px;
}

div {
    display: block;
}

*, ::after, ::before {
    box-sizing: border-box;
}


form {
    display: block;
    margin-top: 0em;
}


@counter-style repeating-emoji {
    system: cyclic;
    symbols: 🎼 ;
suffix: " ";
}

/* Add this class to the ul or ol element*/
   .music-counter-rule {
       list-style-type: repeating-emoji;
   }