body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin-left: 100px;
    margin-right: 100px;
    color-scheme: light-dark;
}

button {
    border-radius: 5px;
    font-size: 15px;
}

textarea {
    border-radius: 5px;
    font-size: 15px;
}

#labelButtonArea {
    margin: 10px 0px 10px 0px;
}

.labelButton {
    margin-right: 7px;
}

.selected {
    background-color: green;
    color: lightgrey;
}

#labelSetArea {
    margin-bottom: 10px;
}

#uploadArea {
    margin-top: 10px;
}

#labelSetArea {
    max-width: 600px;
}

#labelSetInstructions {
    border-left: 3px solid darkgray;
    padding-left: 5px;
}

#SBATlogo {
    max-height: 75px;
}

.flex-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}

#upperPanel {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#githubArea {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#rightPanel {
    display: flex;
    flex-direction: column;
    padding: 25px;
}

#centerColumn {
    display: flex;
    flex-direction: column;
    padding: 25px;
}

#textDisplay {
    background: #f9f9f9;
}

#textAnnotation {
    border: 2px solid grey;
    border-radius: 5px
}

#options_button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
}

#commitArea {
    display: flex;
    flex-direction: column;
    padding: 25px;
}

#message {
    text-align: center;
    font-size: 20px;
}

.block {
    margin: 10px 5px 10px 5px;
}

.bold {
    background-color: lightgoldenrodyellow;
}

.small {
    font-size: 10px;
    background-color: lightblue;
}