.wpupg_form {
    width: 100%;
    border-collapse: collapse;
  
    td {
        vertical-align: middle;
        height: 45px;
    
        &:nth-child(1) {
            width: 20%;
            text-align: right;
        }
    
        &:nth-child(2) {
            width: 50%;
            padding: 0 10px;
    
            input[type="text"], select {
                width: 100%;
            }
        }
    
        &:nth-child(3) {
            width: 30%;
            font-size: 12px;
            color: #666;
    
            input[type="text"] {
                width: 50px;
            }
        }
    }
}