/* Admin Nightmode Switch */
#nightmode { cursor: pointer!important; }
#nightmode:hover { background-color: #eee; }
#nightmode span { line-height: 60px!important; }
#nightmode .fa-sun-o {
  padding: 0 12px!important;
  color: inherit!important;
}
#nightmode .fa-moon-o {
  padding: 0 13px!important;
  color: yellow!important;
}
