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

/*

	-- -- -- -- -- -- --
	com_kb CSS
	-- -- -- -- -- -- --

*/

/* Entries (list) */
	.com_kb ul.articles {
		list-style: none;
		margin: 1em 0 2em 0;
	}
	.com_kb ul.articles li {
		margin-left: 0;
		padding-left: 1em;
		list-style: none;
		position: relative;
		background-image: none;
	}

/* Entries (table) */
	.com_kb .entries .entry-identifier {
		display: block;
		overflow: hidden;
		width: 1.2em;
		height: 1.2em;
		margin: .5em 0 0 0;
		color: #999;
		font-size: 1.2em;
	}
	.com_kb .entries .entry-identifier:before {
		margin-right: 1em;
	}
	.com_kb .entries tbody td.voting,
	.com_kb .container .voting {
		text-align: right;
	}
	.com_kb .container p.voting {
		float: right;
		min-width: 10em;
		margin: 0.7em 0 0.7em 0;
		padding: 0;
	}
	.com_kb .container-block .entry-details {
		padding: 0.7em 0 0.7em 0;
	}
	.com_kb .entry-popularity {
		display: none;
	}

/* Tags */
	.entry-tags {
		margin: 0;
		padding: 0.5em 0 1.5em 0;
		color: #aaa;
	}
	.entry-tags p {
		display: none;
	}
	ol.tags:after {
		content: "";
		display: table;
		line-height: 0;
		clear: left;
	}
