.rs_preserve {
    font-size: 1.4em;
}

/* RESET */
body.fontReset {
    font-size: 1em !important;
    line-height: 1em !important;
}    

.neroBianco * {
    background:white !important;
    background-color:white !important;
    color:black !important;
    border-color:black !important;
    box-shadow: none !important;
    text-shadow: none !important;
}
.neroBianco img {
	filter: grayscale(1) !important;
     -webkit-filter: grayscale(100%) !important; 
}
.neroBianco .customSVG {
    fill: black;
}


.biancoNero * {
    background:black !important;
    background-color:black !important;
    color:white !important;
    border-color:white !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

.biancoNero .customSVG {
    fill: white;
}

.biancoNero img {
	filter: grayscale(1) !important;
     -webkit-filter: grayscale(100%) !important; 
    background: transparent !important;
}
.icon-glossary {
    background: none !important;
}
.allUpper *{
    text-transform: uppercase !important;
}
.wrapSvgAccBiancoNero {
    background: #fff !important;
    display: block;
}
.biancoNero .section_cover_gradient, 
.biancoNero .unit_cover_gradient, 
.biancoNero .chapter_cover_gradient, 
.biancoNero .insert_section_cover_gradient, 
.biancoNero .insert_unit_cover_gradient, 
.biancoNero .insert_chapter_cover_gradient {
    background: white !important;
    background: -webkit-linear-gradient(white, black) !important; /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(white, black) !important; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(white, black) !important; /* For Firefox 3.6 to 15 */
    background: linear-gradient(white, black) !important; /* Standard syntax */

}

.neroBianco .section_cover_gradient, 
.neroBianco .unit_cover_gradient, 
.neroBianco .chapter_cover_gradient, 
.neroBianco .insert_section_cover_gradient, 
.neroBianco .insert_unit_cover_gradient, 
.neroBianco .insert_chapter_cover_gradient {
    background: black !important;
    background: -webkit-linear-gradient(black, white) !important; /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(black, white) !important; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(black, white) !important; /* For Firefox 3.6 to 15 */
    background: linear-gradient(black, white) !important; /* Standard syntax */

}


