/* --- colorized top--- */
#top,
#header {
border-bottom: 2px solid rgba(255, 55, 0, 0.6);
}

#header {
box-shadow: inset 0 0 60px rgba(180, 20, 0, 0.08);
}


/* --- Fixed tone independent of the mode --- */
#top {
background-color: #000000 !important;
border-bottom: 2px solid rgba(255, 55, 0, 0.6) !important;
}

#header {
background-color: #000000 !important;
border-bottom: 2px solid rgba(255, 55, 0, 0.6) !important;
box-shadow: inset 0 0 60px rgba(180, 20, 0, 0.08) !important;
}
