<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @version    4.2.2
 * @package    JEM
 * @subpackage JEM Teaser Module
 * @copyright  (C) 2013-2024 joomlaeventmanager.net
 * @copyright  (C) 2005-2009 Christoph Lukes
 * @license    https://www.gnu.org/licenses/gpl-3.0 GNU/GPL
 */

div#jemmoduleteaser {
	width: 100%;
}

div#jemmoduleteaser .teaser-jem a,
div#jemmoduleteaser .venue-title a {
	background-color: transparent;
	/*color:#095197;*/
}

#jemmoduleteaser td.event-calendar {
	width: 1%; /* keep it as small as possible */
}

#jemmoduleteaser [class|="calendar"] {
	background-repeat: no-repeat;
	width: 82px;
	height: 82px; /* + padding = 87px */
	font-family: 'Lucida Grande',Geneva,Arial,Verdana,sans-serif;
	text-align: center;
	padding: 5px 1px 0 0;
	float:left;
	margin-right:10px;
	line-height: 24px;
}

#jemmoduleteaser span.share {
	margin-left:95px;
}

#jemmoduleteaser [class|="calendar"] .yearteaser {
	font-size: 6px;
	height:5px;
	color: #e1e1e1;
}

#jemmoduleteaser [class|="calendar"] .monthteaser {
	font-size: 8px;
	color: white;
	text-transform:uppercase;
	font-weight:bold;
	text-shadow: #666 1px 1px 1px;
	height:20px;
}

#jemmoduleteaser [class|="calendar"] .dayteaser {
	font-weight:bold;
	font-size: 12px;
	padding-top:3px;
	color: #333;
}

#jemmoduleteaser [class|="calendar"] .daynumteaser {
	font-size: 29px;
	font-weight:bold;
	color: #FF6400;
	text-shadow: #000 1px 1px 1px;
}

div#jemmoduleteaser .eventset {
	width: 100%;
	margin-bottom: 10px;
	padding: 5px;
	border-bottom: 1px dotted silver;
	text-align: left;
}

div#jemmoduleteaser .event-title {
	font-size: medium;
}

div#jemmoduleteaser .time {
	padding-top: 2px;
}

div#jemmoduleteaser div.date {
	padding-top: 2px;
}

div#jemmoduleteaser .category {
	position: relative;
	font-size: smaller;
	padding-top: 4px;
}

div#jemmoduleteaser .venue-title {
	position: relative;
	font-size: smaller;
	padding-top: 4px;
}

div#jemmoduleteaser .event-image-cell {
}

div#jemmoduleteaser .venue-image-cell {
}

div#jemmoduleteaser .image-preview {
	height: 35px;
	border: 1px solid #CCCCCC;
	padding: 3px;
	background-color: white;
	margin: 3px;
}
</pre></body></html>