

    select {
        width: 90px
    }

    .white_content {
        display: none;
        position: absolute;
        top: 5em;
        left: 37%;
        width: 26%;
        height: 14em;
        padding: 7px;
        border: 4px solid #4CAF50;
        border-radius: 10px;
        background-color: white;
        z-index:1002;
    }
