.alternativeTextInput {
    width: 100%;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
}

.altTextTitle p {
    padding-right: 5px;
}

.altTextTitle #textLengthOk {
    color: white;
}

.altTextTitle #textLengthWarning {
    color: orange;
}

.altTextTitle #textLengthError {
    color: red;
}

.figureImgDiv {
    overflow-y: auto;
    overflow-x: hidden;
    max-width: 100%;
    text-align: center;
    margin-bottom: .5em;
}

.figureImgDiv img {
    max-width: 100%;
}
