#new-item-options-page{
    z-index: 70;
    position: absolute;
    /* bottom: 0px; */
    display: block;
    top: 0px;
    display: none;
    background-color: white;
}


#new-item-options-page-content{
    left: 0px;
    position: absolute;
    width: 100%;
    top: 55px;
    display: flex;
    justify-content: space-around;
    align-content: space-around;
    flex-wrap: wrap;
    overflow-y: overlay;
    background-color: lightgray;
    padding: 10px;
}

.results{
    width: 110% !important;
}

