/**
 * @version     CVS: 1.0.0
 * @package     com_dynamiclinklist
 * @copyright   2022 RBE SYS
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 * @author      RBE Systems <sdas@sdas.com>
 */
 
 .dynamic_category_title
 {
	 text-decoration: none;
	 font-weight:bold;
 }
 
.dynamic_link_title 
 {
	 text-decoration: none;
	 font-weight:600;
	 font-style: italic;
 } 
	G-3SZ2P4D94Q
	GTM-MWQF344 
.dynamic_link_url
 {
	 text-decoration: none;
	 font-style: italic;
 } 
	 
.rbs_list_row:nth-child(odd)
{
	padding-left:15px;
	background-color: white;
}

.rbs_list_row:nth-child(even)
{
	padding-left:15px;
	background-color: #DCDCDC;
}