/* Sprite Objects */
.objects{
    background-image:url('../game/sprite_objects.png');
    background-repeat: no-repeat;
    height:18px;
    width: 18px;
}

.objects-right {
    float:right;
}

.objects-left{
	float:left;
}

.objects-block {
    display:block;
}

.coins { 
    background-position: -588px -31px;
}

.mushroom-green {
    background-position:  -574px -120px;
}

.mushroom-red {
    background-position: -518px -120px;
}


.flower-fire{
    background-position: -536px -120px;
} 


.star{
    background-position: -607px -120px;
}


.question {
    background-position: -574px -139px;
}

.stone {
    background-position: -590px -176px;
}

/* Sprite Bosses*/
.shell{
    background-position:  -287px -14px;
}

.ghost { 
    background-position: -8px -120px;
}

/* Correção no Plugin de Notificação*/
.alertify-log {text-shadow:none !important;}

/* Calendário */
.fc-day-number {
    font-size:21px !important;
}

.icon-right {
    float:right !important;
{
