/**
 * 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
 */

.stock-modules-left .buttons {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 10px;
}

.stock-modules-left .buttons .col {
	padding: 0 5px;
}

#stock-left-tab {
	margin-top: 10px;
}

h5.exchange-stock span.stock-symbol {
	background-color: #eef7ee;
	color: #4caf50;
}

span.stock-exchange,
div.stock-name {
	color: #aaa;
}
