*{
    margin:0;
    padding:0;
}
html{
    background: #efefef;
}

#newBridge #nb_icon_wrap{display:none;}
#footer{
    position:fixed;
    bottom:0;
    width:100%;
}
#footer ul{
    background: #48b090;
    margin: -0.25rem 0;
}
#footer ul a{
    text-decoration:none;
    color: #5e5e5e;
}
#footer ul li{
    display: inline-block;
    width: 18%;
    margin: 0 -0.15rem;
    text-align: center;
    padding: 3% 1%;
    font-size: 0.6rem;
    color:white;
}
#footer ul li img{
    width:45%;
}