.readnum, .readall {color:#0084FF}.readall i,.readon i {border-color:#0084FF}.readon i {background:#0084FF}.readnum,.readall,.readon { background:linear-gradient(to bottom, rgba(255,255,255,0), #FFFFFF 50%); }

.nav-links > a,.nav-links > b{
  padding: 0 1em;
  line-height: 34px;
  text-align: center;
  margin: 0 0 0 5px;
  display: inline-block;
  background: #fff;
  color: #1a1a1a;
}


.nav-links > a:hover,.nav-links > b{
  background-color: #0084ff;
  color: #fff;
}

@media(max-width:760px)
{


.nav-links {
  white-space: nowrap;
  overflow-x: scroll;
  display: flex;
}

#sidebar{
  display: block !important;
  width: 100%;
}


}  