.wpgmaps_user_form table  th,
.wpgmaps_user_form table  td{
    border: none;
    padding: 0;
}

.wpgmaps_user_form table tbody{
    display: inline-flex;
    flex-wrap:wrap;
}

.wpgmaps_user_form table tr{
    display: flex !important;
    flex-direction: column;
    width: 100%;
    margin-bottom: 5px;
}

.wpgmaps_user_form table tr td:first-child{
    font-size: 0.8em;
    padding-bottom: 10px;
}

.wpgmaps_user_form input[type=file]{
    padding: 15px;
    border: 2px dashed #818a91;
    width: 100%;
    text-align: 
}

.wpgmaps_user_form tr[data-custom-field-id]{
    width: 50%;
}

.wpgmaps_user_form input[type="text"],
.wpgmaps_user_form input[type="url"],
.wpgmaps_user_form textarea,
.wpgmaps_user_form select,
.wpgmaps_user_form input[data-custom-field-name]{
    width: 100%;
    padding: 5px;
}

.wpgmaps_user_form input[data-custom-field-name]{
    width: 98%;
}

.wpgmaps_user_form #wpgmza_ugm_spm{
    vertical-align: middle;
}