﻿#accordionForn {
         background: #abc14f;
         margin: 10px auto 0 auto;
         color: #000000;
         /*Some cool shadow and glow effect*/
         box-shadow:
                  0 5px 15px 1px rgba(0, 0, 0, 0.6),
                  0 0 200px 1px rgba(255, 255, 255, 0.5);
        }
/*heading styles*/
#accordionForn h3 {
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 10px;
    cursor: pointer;
    /*fallback for browsers not supporting gradients*/
    background: #abc14f;
    background: linear-gradient(#abc14f, #a2b64c);
}
/*heading hover effect*/
#accordionForn h3:hover {
            text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}
/*iconfont styles*/
#accordionForn h3 a {
            color: #000000;
            text-decoration: none;
            font-size: 11px;
            line-height: 27px;    
            padding: 0 15px;
            /*transition for smooth hover animation*/
}
#accordionForn h3 a:hover {
    color:#E1E1E1;   
    }

#accordionCont {
    background: #abc14f;
    margin: 10px auto 0 auto;
    color: #000000;
    /*Some cool shadow and glow effect*/
    box-shadow:
            0 5px 15px 1px rgba(0, 0, 0, 0.6),
            0 0 200px 1px rgba(255, 255, 255, 0.5);
}
/*heading styles*/
#accordionCont h3 {
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 10px;
    cursor: pointer;
    /*fallback for browsers not supporting gradients*/
    background: #abc14f;
    background: linear-gradient(#abc14f, #a2b64c);
}
/*heading hover effect*/
#accordionCont h3:hover {
            text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}
/*iconfont styles*/
#accordionCont h3 a {
            color: #000000;
            text-decoration: none;
            font-size: 12px;
            line-height: 27px;    
            padding: 0 15px;
            /*transition for smooth hover animation*/
}
#accordionCont h3 a:hover {
    color:#E1E1E1;   
    }


#accordionBolletta {
    background: #abc14f;
    margin: 10px auto 0 auto;
    color: #000000;
    /*Some cool shadow and glow effect*/
    box-shadow:
            0 5px 15px 1px rgba(0, 0, 0, 0.6),
            0 0 200px 1px rgba(255, 255, 255, 0.5);
}
/*heading styles*/
#accordionBolletta h3 {
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 10px;
    cursor: pointer;
    /*fallback for browsers not supporting gradients*/
    background: #abc14f;
    background: linear-gradient(#abc14f, #a2b64c);
}
/*heading hover effect*/
#accordionBolletta h3:hover {
            text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}
/*iconfont styles*/
#accordionBolletta h3 a {
            color: #000000;
            text-decoration: none;
            font-size: 12px;
            line-height: 27px;    
            padding: 0 15px;
            /*transition for smooth hover animation*/
}
#accordionBolletta h3 a:hover {
    color:#E1E1E1;   
    }


#accordionFile {
    background: #abc14f;
    margin: 10px auto 0 auto;
    color: #000000;
    /*Some cool shadow and glow effect*/
    box-shadow:
            0 5px 15px 1px rgba(0, 0, 0, 0.6),
            0 0 200px 1px rgba(255, 255, 255, 0.5);
}
/*heading styles*/
#accordionFile h3 {
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 10px;
    cursor: pointer;
    /*fallback for browsers not supporting gradients*/
    background: #abc14f;
    background: linear-gradient(#abc14f, #a2b64c);
}
/*heading hover effect*/
#accordionFile h3:hover {
            text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}
/*iconfont styles*/
#accordionFile h3 a {
            color: #000000;
            text-decoration: none;
            font-size: 12px;
            line-height: 27px;    
            padding: 0 15px;
            /*transition for smooth hover animation*/
}
#accordionFile h3 a:hover {
    color:#E1E1E1;   
}
        
