@media (max-width: 840px) 
{
    /* Hides "Actions" Menu in Mobile View */
    #nav_menu_actions {
        display: none;
    }
    
    /* Hides "Views" Menu in Mobile View */
    #nav_menu_views {
        display: none;
    }
    
    /* Hides "Search" Input Box in Mobile View */
    .nav_menu .item.search {
        display: none;
    }
    
    /* Hides the Dropdown Menu Button next to the "Mark all read" Button in Mobile View */
    #mark-read-menu .dropdown {
        display: none;
    }


nav.nav_menu {display:none;}


}
:root {
    --unread-article-background-color: #fff;
}

#day_today .name {
padding-top:10px;
font-style:normal;
}

.header > .item.title {
padding:0;
}


@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/RSS/fonts/oxygen-v15-latin-regular.woff2') format('woff2'), 
       url('/RSS/fonts/oxygen-v15-latin-regular.woff') format('woff'); 
}

@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('/RSS/fonts/oxygen-v15-latin-700.woff2') format('woff2'), 
       url('/RSS/fonts/oxygen-v15-latin-700.woff') format('woff'); 
}

body {
font-family:oxygen;
}

.flux.not_read .item.title, .flux.current .item.title {
font-weight:normal;
}

h1 {
line-height:1.2;
}

header.header {
background:#fff;
}