/*
	Plugin Name: BE Simple Preaches
	Plugin URI: http://www.Businessequip.co.uk/plugins/
	Description: Simple Preaches Plugin 
	Author: Jim Drew
	Author URI: http://www.jimdrew.co.uk

	Version: 1.0.0

	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

.event {
	border : 1px solid #ccc;
	border-radius : 10px;
	margin : 0 0 5px 0;
	padding : 5px;
}

.eventdescription {
	text-align:center;
}

.eventdate {
	text-align:center;
}

.eventlocation {
	text-align:center;
}

.event .button {
	background: #ed9e00;
    padding: 5px 30px;
	width : 40%;
	margin : 0 5%;
	text-align:center;
}
