.logoo {
    background-color: transparent;
    background-repeat:no-repeat;
    background-position: 50% 50%;
	padding: 0;
	border: none;
}

.logoo.active {
	cursor: pointer;
	 	 
}

.logoo.save{
	background-image: url('../img/save.image');
    width:24px;
    height:24px;
}

