/**
 * Equities Chat
 *
 * @version     2.0.0
 * @package     Joomla
 * @subpackage  com_equities
 *
 * @author      Ruud van Lent
 * @copyright   Copyright (C) 2018 - 2024 OnlineCommunityHub (J.L.R. van Lent Holding B.V.). All rights reserved.
 * @license     GNU/GPL version 3 or later
 * @link        https://onlinecommunityhub.nl
 */

.tab-content.fix-height {
	overflow-y: auto;
}

.newsitems p,
.headlines p {
	margin: 0px !important;
}

.following .collection-item.avatar,
.followers .collection-item.avatar {
	min-height: 64px !important;
}

.newsitems a.collection-item p.date,
.headlines a.collection-item p.date {
	color: #5c636d !important;
}

.newsitems span.form {
	margin-left: 5px;
}

@media only screen and (max-width: 1200px) {
	.hide-on-large-and-down {
		display: none !important;
	}
}
