/**
 * @package     JCalPro
 * @subpackage  mod_jcalpro_flex
 **********************************************
 * 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
 **********************************************
 */

.jcalpro_flex_horizontal>ul {
	list-style-type: none;
}

.jcalpro_flex_horizontal .jcalpro_flex_pane {
	display: inline-block;
	float: left;
}

.jcalpro_flex_horizontal .jcalpro_calendar {
	max-width: 300px;
}
