.legenda_grup {
	padding: 15px;
	list-style: none;
	display: block;
	top: 45px;
}

.legenda_grup li {
    float: left;
    width: 20%;
}

.legenda_grup h3 {
    border: 1px solid #00a8ff;
    color: #00a8ff;
    padding: 10px;
    border-radius: 25px;
    margin: 10px;
    transition-duration: 1s;
}

.legenda_grup h3:hover {
    background: #00a8ff;
	color: #fff;
}

.legenda_grup sf {
    padding: 3px;
    margin: 10px;
    display: block;
}

.legenda_grup sf a {
    text-decoration: none;
}