body {
  display: block;
  font-family: "Source Serif Pro", Georgia, serif;
  background-color: #fafaf7;
  line-height: 1.5;
  font-size: 100%;
  text-align: left;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  position: relative;
}

#container-all-content {
  width: 660px;
  background-color: rgb(255, 255, 255);
  padding-left: 75px;
  padding-right: 75px;
  margin-left: auto;
  margin-right: auto;
}

/* IE needs "font-size: 100%;" this to behave properly */

header {
  margin-left: auto;
  margin-right: auto;
}

main {
  margin-left: auto;
  margin-right: auto;
}

section {
  position: relative;
  overflow: auto;
  margin-top: 25px;
  border-top-color: rgb(226, 226, 226);
  border-top-style: solid;
  border-top-width: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
}

footer {
  clear: both;
  font-size: 11pt;
  margin-top: 10px;
  border-top-color: rgb(226, 226, 226);
  border-top-style: solid;
  border-top-width: 1px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-left: auto;
  margin-right: auto;
}

/*-----------------------*/
/* Page Header IDs
/*-----------------------*/

#container-headcontent {
  display: block;
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 30px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-right: auto;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
}

#container-name {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0px;
}

#container-job {
  display: block;
  font-weight: 400;
  font-size: 24px;
  color: rgb(0, 0, 0);
  margin-top: 5px;
  margin-bottom: 0px;
}

#container-main-links {
  font-size: 16px;
  padding-bottom: 30px;
}

/*-----------------------*/
/* Headings
/*-----------------------*/

section h2 {
  margin-top: 18px;
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 900;
  color: rgb(175, 175, 175);
}

/* used for titles of research papers */
article h3 {
  font-size: 20px;
  font-weight: 600;
  margin-left: -30px;
  margin-top: 0em;
  margin-bottom: 0em;
}

/*-----------------------*/
/* Colored stuff
/*-----------------------*/

a,
.clickshowhide {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-color: rgba(103, 232, 150, 1);
  box-shadow: inset 0 -4px 0 0 rgba(103, 232, 150, 1);
  box-sizing: border-box;
}

a:hover,
.clickshowhide:hover {
  background-color: rgba(103, 232, 150, 1);
  cursor: pointer;
}

.asubtle a:hover {
  color: rgba(89, 201, 131, 1);
}

/*-----------------------*/
/*-----------------------*/

.clickshowhide {
  margin-left: 0.5em;
}

.asubtle a {
  text-decoration: none;
  border-bottom-width: 0px;
  box-shadow: none;
  background-color: transparent;
}

.apropkill a {
  color: inherit;
  background-color: transparent;
  border: 0px;
}

.apropkill a:hover {
  background-color: transparent;
}

.clear {
  clear: both;
}

/*-----------------------*/
/* lists
/*-----------------------*/

ul {
  list-style-type: none;
  padding: 0;
  /* margin: 0; */
}

/*-----------------------*/
/* RESPAPER
/*-----------------------*/

.papercite {
  font-size: 20px;
}

.papertitle {
  margin-left: -30px;
  font-weight: 600;
}

.outletname {
  font-style: italic;
}

.oldversions {
  font-size: 16px;
  padding-top: 16px;
  padding-bottom: 0px;
  padding-left: 30px;
  text-indent: -30px;
}

.respaper {
  float: left;
  width: 550px;
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 55px;
  padding-right: 55px;
  border: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.fedarticle {
  float: left;
  width: 550px;
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 55px;
  padding-right: 55px;
  border: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.respaper p {
  font-size: 19px;
  padding-top: 20px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin: 0px;
}

.abstract {
  padding-bottom: 30px;
}
