.R_title { font-weight:bold; }
.R_authors { font-size:80%; font-style:italic; }
.R_volume, .R_number, .R_pages, .R_journal, .R_doi { font-size:70%; }
.R_button { 
  width:20%;
  height:2.5em;
  color: white;
  background-color: RGB(38, 121, 218);
  border-radius:5px;
}

button:hover {
  background-color: RGB(197,221, 240);
  color: RGB(38, 121, 218); 
}


