#socialNetwork-footer img {
	width: 17px;
	height: 17px;
}

a.backToTop {	
    padding: 5px 5px;
    background-color: #fff;
    width: 90px;
   	height: 28px;
    bottom: 10em;
    right: 4em;
    text-decoration: none;
	position: fixed;
    display: none;
    z-index:100;
    border-radius: 2px;
    text-align: center;
}

a.backToTop:hover{
	text-decoration:none;
	background-color: rgba(135, 135, 135, 0.50);
}

#error-alert {padding: 3px; color: red; margin: 5px auto;}