/**
 * @package    hubzero-cms
 * @copyright  Copyright (c) 2005-2020 The Regents of the University of California.
 * @license    http://opensource.org/licenses/MIT MIT
 */

/*

	-- -- -- -- -- -- --
	mod_events_latest
	-- -- -- -- -- -- --

*/

/* Search results */
	.latest_events_tbl>div {
		padding: 0.5em 0;
		border-top: 1px solid #eee;
	}
	.latest_events_tbl>div:before,
	.latest_events_tbl>div:after {
		content: "";
		display: table;
		line-height: 0;
	}
	.latest_events_tbl>div:after {
		clear: left;
	}
	.event-date {
		text-align: center;
		float: left;
		width: 3em;
		display: block;
		margin-left: 0;
	}
	.event-date span {
		display: block;
		float: left;
		width: 100%;
	}
	.event-date span.month {
		background: #D51007;
		border: 1px solid #D51007;
		color: #fff;
		text-transform: uppercase;
		line-height: 1.1em;
		font-size: 85%;
		font-weight: bold;
		text-align: center;
	}
	.event-date span.day {
		background: #fff;
		border: 1px solid #ccc;
		border-top: none;
		color: #000;
		font-size: 120%;
		line-height: 1.4em;
		font-weight: bold;
		letter-spacing: -0.1em;
	}
