/*
Plugin Name: A4P Processors
Plugin URI: https://alumnifortheplanet.org/
Description: Provide functions to manage site Alumni for The Planet - Event submission Javascript process
Version: 1.0.0
Author: Alumni for The Planet
*/

.a4p_form label {
	display: block;
	padding:8px 0px 4px 0px;
}

.a4p_form input[type=text] {
	width:400px;
	padding:8px
}

.a4p_form textarea {
	width:400px;
	padding:8px
}

#map { height: 400px; }

