/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 06/09/2016, 08:19:53
    Author     : Positivo
*/
.accordion .grupo {
    background-color: #ffffcc!important; /*cor para outubro rosa FFF5EE*/
}
.accordion .grupo:hover {
    background-color: #ffff99!important; /*cor para outubro rosa FFB6C19*/
}
.accordion dd {
    padding-bottom: 2px;
}