#footerDevelopedBy{
    font-size: 10px !important;
    font-family: Helvetica !important;
    color: rgba(0,0,0,0.8) !important;
    padding: 6px;
    position: relative;
    z-index: 1;
    background: #fff;
}
#footerDevelopedBy .developerName{
    font-weight: bold !important;
    text-decoration: none;
    font-size: 12px;
    /*font-style: italic !important;*/
    color: rgba(0,0,0,.85) !important;
}
#footerDevelopedBy:hover .developerName{
    color: rgba(0,0,0,1) !important;
}
#footerDevelopedBy a{
    display: block !important;
    color: rgba(0,0,0,0.8) !important;
}
#footerDevelopedBy a:hover .developerName{
    text-decoration: none !important;
    color: #14a1da !important;
}