/**
 * @package    hubzero-cms
 * @copyright  Copyright 2005-2019 HUBzero Foundation, LLC.
 * @license    http://opensource.org/licenses/MIT MIT
 */

/*

	-- -- -- -- -- -- --
	com_whatsnew CSS
	-- -- -- -- -- -- --

*/

/* Item listing */
	.entries .resource .title {
		margin-right: 220px;
	}
	.com_whatsnew .container-block h3 {
		margin-bottom: 0;
		border: 2px solid #e9e9e9;
		border-bottom: 1px solid #e9e9e9;
	}
	.com_whatsnew .container-block h3 a.feed {
		float: right;
	}

	ol.entries {
		list-style-type: none !important;
		border: 2px solid #e9e9e9;
		border-bottom: 1px solid #e9e9e9;
		background-color: #fff;
		margin: 0;
		padding: 0;
	}
	ol.entries h4 {
		margin: 1em 0;
		line-height: 1em;
	}
	ol.entries > li {
		clear: left;
		margin: 0 !important;
		padding: 0 1em 0 2em;
		border-bottom: 1px solid #efefef;
		position: relative;
	}
