    input[type=text] {
      width: 130px
    }

    select {
      width: 90px
    }

    .white_content {
        display: none;
        position: absolute;
        top: 0.5em;
        left: 15%;
        width: 70%;
        height: 110%;
        padding: 7px;
        border: 4px solid #4CAF50;
        border-radius: 10px;
        background-color: white;
        z-index:1002;
        overflow: auto;
    }

    .product_detail {
        display: none;
        position: absolute;
        top: 0.5em;
        left: 17em;
        width: 41em;
        height: 26em;
        padding: 5px;
        border: 4px solid #4CAF50;
        border-radius: 10px;
        background-color: white;
        z-index:1002;
    }
