html, body {
	margin: 0;
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}

#container {
	margin: 20px auto;
}


@media only screen and (min-width: 1000px) {
  /* only for screens wider or equal to 1000 pixels */
	#left {
	  float: left ;
	  width: 15% ;
	}

	#right {
	  float: left;
	  width: 84.5%;
	}
}

#innerleft {
  padding-left: 5px ;
  padding-right: 5px ;
}

#innerright {
  padding-left: 5px ;
  padding-right: 2px ;
}

footer {
	color: #ccc;
}

h1 {
	line-height: 1.3em;
	margin: 0;
	text-align: center;
}
h3{
        line-height: 1.6em;
        margin: 0;
        text-align: left;
}
h4{
	line-height: 1.3em;
        margin: 0;
        text-align: left;
	font-size: 1.3em;
}
footer p {
	line-height: 2.5em;
	margin: 0;
	text-align: center;
}

hr {
	margin: 0;
	padding: 0;
	color: Pantone;
}

tr.spaceUnder > td
{
  padding-bottom: 1em;
}

details > summary {
  padding: 4px;
  width: 100%;
  border: 0px solid #e8e8e8;
  cursor: grab;
  list-style-type: none;
  list-style: none;
  position: relative;
  min-width: fit-content;
}

details > p {
  padding: 4px;
  margin: 0;
  width: 100%;
}

details summary::-webkit-details-marker {
  position: absolute;
  right: 0;
  top: 30%;
  z-index: 1;
}

a.pubauth{
	text-decoration: none;
	color: blue;
}

a.pubtitle{
	color: black;
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
}

mark{
	color: black;
	font-size: 1em;
}

mark.othertype{
	background-color: #97E5D7;
}

mark.conftype{
	background-color: #ADF8B8;
	font-weight: bold;
}

mark.journtype{
	background-color: #FF8A74;
	font-weight: bold;
}

mark.ongoingtype{
	background-color: #FFD074;
}

a.pubauth{
	color: blue;
	text-align: left;
	text-decoration: black;
}

ol.pubslist{
	list-style-type: none;
	list-style: none;
	padding-left: 0;
	margin-top: 2em;
}

.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
  z-index: 1;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 0.2em 0.2em;
  text-decoration: none;
  font-size: 1.1em;
  display: block;
  height: 2.3em;
}

.topnav a.menubtncontainer{
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 2.3em;
  float: left;
}

.topnav a:hover {
  background-color: #999;
  color: black;
}

.active {
  background-color: #005A43;
  color: white;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #FFF;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

.menubtncontainer {
  display: inline-block;
  cursor: pointer;
}

.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 0.1em;
}

#navbar{
	z-index: 2;
}

.navitems{
	text-align: right;
	padding-right: 1em;
}

.navleftitems{
	text-align: left;
	padding-right: 1em;
}