/* Blueprint theme - sostituisce lo sfondo nero con il Blueprint Blue */
#bg {
    background-color: #104E8B !important;
}

#bg:before, 
#bg:after {
    display: none !important;
}

body {
    background: #104E8B !important;
}

/* Opzionale: aggiusta i colori di alcuni elementi per coordinarli */
.button {
    box-shadow: inset 0 0 0 1px #ffffff !important;
}

.button:hover {
    background-color: rgba(255, 255, 255, 0.075) !important;
}

.button.primary {
    background-color: #ffffff !important;
    color: #104E8B !important;
}