/**
 * Add your css styles here, this will be placed on the document head
**/

/* Geolocate my Address*/
.ts-location-field > .ts-form-group:nth-child(2), .ts-location-field > .ts-btn {
    display: none;
}

/* Pick Location Manually*/
.ts-location-field > .ts-form-group:nth-child(3), .ts-location-field > .ts-btn {
    display: none;
}
