h1 {
	text-align:center;
	background-color:#0080c0;
	max-width:800px;
}

a:link {
	color:#0080c0;
}
a:visited {
	color:#0080c0;
}
a:hover {
	color:#0080c0;
	background-color:#ffff80;
}

#en2ru {
	position:absolute;
	top:5px;
	padding:0px;
	left:700px;
	width:95px;
	text-align:center;
	background-color: rgba(0,0,0,0);
  border: 1px solid white;
  border-radius:3px;
  color:white;
	cursor:pointer;
}

.litered {
	color:#ff7070!important
}
.mint {
	color:#55ff55!important;
	font-weight:bold!important
}

.example {color: darkgreen}
#newslist code {
  font-weight: bold;
}
#newslist {
  height:350px;
  overflow:hidden;
}
#newslist:after {
  position: absolute;
  bottom: 0;  
  height: 100%;
  width: 100%;
  content: "";
  margin-left:-10px;
  background: linear-gradient(to top,
     rgba(255,255,255, 1) 0%, 
     rgba(255,255,255, 0) 50%
  );
  pointer-events: none; /* so the text is still selectable */
}