#resetZeroingID{
    color: aquamarine;
}
.Settings{
    width: 85%;
    height: 95vh;
    color: aliceblue;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.settingsTip{
    width: 80%;
    height: 10vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    color: cadetblue;
    font-size: 0.9em;
}
.settingsTitle{
    width: 100%;
    height: 10vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: chartreuse;
    font-size: 2em;
}
.settingsList{
    width: 100%;
    height: 7vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 1em;
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: dimgray;
    margin-bottom: 3px;
}
.settingsListText{
    margin-left: 3vw;
    width: 7.5em;
}
#settingsListTextAutoID{
    font-size: 0.5em;
    width: 15em;
    white-space: pre-wrap;
}
.settingsListUse{
    width: 40vw;
    max-width: 70vw;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
select{
    width: 5em;
    height: 1.8em;
    font-size: 1em;
}
.settingsListUseInpA{
    width: 10em;
    height: 2.9em;
    font-size: 0.5em;
}
.settingsListUseInp{
    width: 12em;
    max-width: 50vw;
}
.music{
    height: auto;
    max-height: 20vh;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.buttonOk{
    width: 100%;
    max-height: 15vh;
    min-height: 10vw;
    height: 10vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#buttonokID{
    width: 40vw;
    height: 10vw;
}