h3.section { }
span.position,span.subposition { display: block; font-weight: bold;}
span.opensource {font-weight: bold; }
span.academic {font-weight: bold; }
div.chHeader {
  float: right;
  width: 50%;
  font-size: 150%;
  margin-top: 30px;
  margin-bottom: 0px;
}
div.header {
  float: left;
  width: 50%;
  margin-top: 30px;
  margin-bottom: 30px;
}
		h3 { margin-bottom: 0;}
body { background-color: rgb(100, 100, 100); }
  div#document { width: 800px;
  background-color: rgb(255, 255, 255);
  margin-left: auto;
  margin-right: auto;
  padding: 80px;
}
.description {font-style: italic;}

ul {margin-top: 0; }
/* The Modal (background) */
.modal {
 
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 50%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}