canvas, .canvas-container {
    margin-bottom: 25px;
}


.page-container {
    /*margin-left: auto;*/
    /*margin-right: auto;*/
}

.canvas-container {
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    z-index: 100;
}

.page-outer-wrapper {
    display: flex;
}

.page-annotation {
    width: 100%;
}

.annotation {
    position: absolute;
    width: 40%;
    display: flex;
}

.annotation-form {
    margin-left: 1rem;
    display: grid;
    width: 100%;
}

.annotation-form h7 {
    color: white;
}

.annotation-form-part {

}

.annotation-form-width {
    width: 100%
}

.mh-3rem {
    min-height: 3rem;
}