/*
	Styles for the upload content view in the provider page of the Stringr 
	web site. 

	Copyright Stringr, Inc. 2018
*/

/*
	Overall content stuff. We want to the map to touch the edgees of the 
	"viewport," the form should have actual padding, and the map popup text
	should be readable
*/

.uploadContent, .uploadContent>div.upload-map-area {
    padding: 0;
}

#upload-map * {
    color: black;
}

.uploadContent, .uploadContent>div.profile-upload-map-area {
    padding: 0;
}

#profile-upload-map * {
    color: black;
}