html, body {
    height: 100%;
}

html {
    display: table;
    margin: auto;
}

body {
    font-size: 1.3em;
}

audio {
    width: 100%;
}

option {
    font-size: 0.9em;

}

textarea {
    width: 97%;
    resize: both;
    font-size: 1em;
    
}

@media screen and (min-device-width: 620px) {
    textarea {
        width: 600px;
    }
}

@media screen and (max-device-width: 620px) {
    html {
        width: 100%;
    }
}

#layer_blend_model, #layer_blend_name {
    width: 125px;
}

#voice {
    width: 100%;
    font-size: 0.8em;
}

#voice_blend {
    font-size: 0.8em;
}

#random_prompt {
    float:right;
}

.credits {
    color: gray;
    font-size: 12px;
}

.box {
    border: 1px solid gray;
    padding: 2px;
}

.warn {
    color: red;
}

.banner {
    color: white;
    font-size: 30px;
    background: rgb(255,0,0);
    background: linear-gradient(90deg, rgba(70,0,0,1) 0%, rgba(255,110,110,1) 100%);
    padding: 2px;
}

.label {
    margin-bottom: 5px;
    display: block;
}

.right {
    float: right;
}

.padup {
    margin-top: 4px;
}