@charset "utf-8";
body {
  font-family: 'PT Sans', Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 11pt;
}

li{
	padding: 5px;
}

address {
	border-top: 1px;
	color: #666;
}

td {
	padding: 5px;
	vertical-align: top;
	padding-right: 20px;
	
}

.doi {
  background-color: #eee;
/*  color: #eee;*/
  cursor: pointer;
  padding: 2px;
/*  width: 100%;*/
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  text-decoration: none;
}

a:link,a:visited {
  text-decoration: none;

}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}

