p{font-family:Arial, Helvetica, sans-serif}
#author{font-family:Arial, Helvetica, sans-serif; color: #555555; font-size: medium; font-weight: bold}
#journal{font-family:Arial, Helvetica, sans-serif; color: #555555; font-size: medium; font-weight: normal}
h2{font-family:Arial, Helvetica, sans-serif; color: black} 
h2.black{font-family:Arial, Helvetica, sans-serif; color: black} 
h3{font-family:Arial, Helvetica, sans-serif} 
a{font-family:Arial, Helvetica, sans-serif} 
ul{font-family:Arial, Helvetica, sans-serif} 
a.menu{font-family:Arial, Helvetica, sans-serif; font-weight: bold;}
a.text{font-family:Arial, Helvetica, sans-serif; color: blue; text-decoration: none}
a.menu:hover {text-decoration: none;}
ul.menu { list-style: none; margin: 0 0 0 0; padding: 0 0 0 0; }
ul.pubs { list-style: disc; margin: 0 0 0 15; padding: 0 0 0 0; }
ul.menu li { padding: 10 0 10 19;}
ul.pubs li { padding: 0 0 10 0;}
ul li a { text-decoration: none; color: #222222; font-weight: bold;}
ul.menu li:hover { padding: 10 0 10 19; background-color: #e3d393;}

.inlinelink { color: #7f6910; }

/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  font-weight: bold;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: #555;
}

.collapsible:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: '\2212';
}

/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 0px 18px;
  background-color: #f1f1f1;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
