/**
 * @package     JCalPro
 * @subpackage  mod_jcalpro_events
 **********************************************
 * JCal Pro
 * Copyright (c) 2006-2012 Anything-Digital.com
 * Copyright (c) 2016-2018 Open Source Training, LLC)
 **********************************************
 * JCalPro is a native Joomla! calendar component for Joomla!
 *
 * JCal Pro was once a fork of the existing Extcalendar component for Joomla!
 * (com_extcal_0_9_2_RC4.zip from mamboguru.com).
 * Extcal (http://sourceforge.net/projects/extcal) was renamed
 * and adapted to become a Mambo/Joomla! component by
 * Matthew Friedman, and further modified by David McKinnis
 * (mamboguru.com) to repair some security holes.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This header must not be removed. Additional contributions/changes
 * may be added to this header as long as no information is deleted.
 **********************************************
 * Get the latest version of JCal Pro at:
 * https://joomlashack.com
 **********************************************
 */

/* these elements need to be block - we don't use default block elements inside the list though */
.jcalpro_events_date,
.jcalpro_events_description,
.jcalpro_events_category,
.jcalpro_events_custom_field,
.jcalpro_events_location {
	display: block;
}
/* category links should not be as prominent */
.jcalpro_events_category a,
.jcalpro_events_category a:link,
.jcalpro_events_category a:visited,
.jcalpro_events_category a:hover,
.jcalpro_events_category a:active {
	font-size: x-small;
}
/* pad the description */
.jcalpro_events_description {
	padding: 10px 5px 15px;
}
