input[type=text] {
  width: 130px
}

select {
  width: 90px
}

.white_content {
    display: none;
    position: absolute;
    font-size:0.9em;
    font-weight:bold;
    top: 0em;
    left: 20%;
    width: 60%;
    height: 300em;
    padding: 7px;
    border: 4px solid #4CAF50;
    border-radius: 10px;
    background-color: white;
    z-index:1002;
}