/*
 *
 * Group Cover extra CSS
 *
 * @author Elggzone
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License v2
 * @copyright Copyright (c) 2016, Elggzone
 *
 * @link http://www.perjensen-online.dk/
 *
 */

#groups-tools > li {
	width: 100%;
	margin-bottom: 20px;
}
#groups-tools > li:nth-child(odd) {
	margin-right: 0;
}
#groups-tools > li:last-child {
	margin-bottom: 0;
}
