/* top level */
body {
  margin: 0;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

/* content areas */
.myname {
  text-align: center;
  font-size: xx-large;
  font-weight: bold;
  margin-top: 20px;
}
.address {
  text-align: center;
  font-size: large;
  margin-top: 20px;
}
.address .sameline {
  font-style: italic;
}
.address p {
  margin-top: 0em;
  margin-bottom: 0;
}
#content_personal_info {
  display: none;
}
.block {
  display: none;
}
#content_personal_info.showText, .block.showText {
  display: block;
  position: fixed;
  background-color: rgba(255,255,255,0.9);
  z-index: 2;
  overflow: auto;
}
.block .title {
  text-align: center;
  font-size: x-large;
  font-weight: bold;
}
.block .role {
  text-align: center;
  font-size: small;
  font-style: italic;
}
.block .when {
  text-align: center;
  font-size: small;
  font-style: italic;
}
.block .titlePrint {
  display: none;
}
.block li {
  display: block;
  list-style-type: none;
  margin-left: 2em;
  margin-right: 2em;
  text-indent: -2em;
}
.block li::after {
  content: ".";
}
.block li.nopunc::after, .block li.group::after {
  content: "";
}
.block li p {
  text-indent: 0;
  margin-top: 0.3em;
  margin-bottom: 0;
}
.block li.nopunc {
  font-weight: bold;
}
.block li ul {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  font-weight: normal;
}
.spaceAbove {
  margin-top: 0.5em;
}
.block li.group {
  font-weight: bold;
  margin-top: 10px;
  margin-left: 0em;
  margin-bottom: 3px;
}
.block .wordy p {
  margin-left: 2em;
  margin-right: 2em;
}
.block .wordy h3 {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
span.pub_year {
  font-weight: bold;
}
span.pub_year::after {
  content: ": ";
  font-weight: normal;
}
.printlink {
  display: none;
}

/* custom rules for custom situations */
#content_why_me .title::after {
  content: "?";
}

/* kNodes */
.kNodesBox {
  position: relative;
  background-image: url("../images/backdrop.png");
  background-size: 480px 480px;
  background-repeat: no-repeat;
}
.kNodes {
  width: 100%;
  height: 100%;
  display: none;
}
.kNode {
  width: 60px;
  height: 60px;
  position: absolute;
  cursor: pointer;
}
.resumeFor {
  opacity: 1;
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: white;
  text-shadow: 4px 4px black;
}
.resumeFor a {
  text-decoration: none;
  color: white;
}
.printpreview {
  opacity: 0;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.printpreview:hover {
  opacity: 1.0;
}
a.asLink {
  color: -webkit-link;
  cursor: pointer;
  text-decoration: underline;
}
