/*#footer{*/
    /*width: 100%;*/
    /*height: 30px;*/
    /*padding: 5px 5px 5px 5px;*/
    /*position: fixed;*/
    /*bottom: 0;*/
    /*background: rgba(255, 255, 255, 0.7);;*/
    /*color: black;*/

    /*z-index: 2;*/
/*}*/

/*#footer p {*/
    /*margin: 0;*/
/*}*/

/*#footer-about{*/
    /*height: 20px;*/
    /*font-size: 14px;*/
    /*float: left;*/
/*}*/

/*#footer-social{*/
    /*height: 20px;*/
    /*float: right;*/
/*}*/
/*#footer-social img{*/
    /*width: 20px;*/
/*}*/

#footer-cmp-info{
    display: none;
    position: absolute;
    top: -90px;
    left: 220px;
    padding: 5px;
    background: white;
}

#footer:hover #footer-cmp-info{
    display: block;
}