
#imagePreview {
    margin: 15px 0 0 0;
    border: 2px solid #ddd;
}

.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-columns: 50% 45%;
    grid-template-rows: repeat(4, 1fr);
    margin: 0 auto;
    min-width: 80%;
}
label {
    place-self: center stretch;
    text-align: right;
    padding-right: 2em;
    margin: 0.5em 0px;
}
input select{
    place-self: center stretch;
    margin-right: 2em;
    left: 15%;
}

figure {
    min-height: 155px;
}

button#submitEditForm {
    place-self: center;
    margin: 0.5em 0.5em 1em 5em ;
}
button#closeEditForm {
    place-self: center;
    margin: 0.5em 5em 1em 0.5em ;
}


img {
    max-height: 150px;
    min-height: 150px;
}

body.modal-modal {
    overflow: hidden;
}



