/*
# ------------------------------------------------------------------------
# Extensions for Joomla 2.5.x - Joomla 3.x - Joomla 4.x
# ------------------------------------------------------------------------
# Copyright (C) 2011-2020 Eco-Joom.com. All Rights Reserved.
# @license - PHP files are GNU/GPL V2.
# Author: Eco-Joom.com
# Author: Makeev Vladimir
#Author email: v.v.makeev@icloud.com
# Websites:  http://eco-joom.com
# Date modified: 05/05/2020 - 13:00
# ------------------------------------------------------------------------
*/
.ext_accordion_html ul {
    margin-left: 0;
    padding-left: 0;
}

.ext_accordion_html ul li{
	list-style-type: none;
	padding-bottom: 5px;
	
}

.ext_accordion_html .handle {
    background: none;
    cursor: pointer;
    font-weight: normal;
	font-size: 125%;
    padding: 5px 15px;
	border: 1px solid #e5e5e5;
	border-radius:5px 5px 5px 5px;
	color: #0088cc;	
}

.ext_accordion_html .handle:hover {
    background: #F7F7F7;
	
}

.ext_accordion_html .static .handle,
.ext_accordion_html .static .handle:hover {
     background: none;
}

.ext_accordion_html .panel {
    padding: 5px;
}

/* .ext_accordion_html .open .handle:before {
    content: '» ';
} */