body {
  font: 14px 'Open Sans',sans-serif;
  margin: 8px auto 8px auto;
  max-width: 972px; /* same as NYT */
  background: #F7FFF5;
  padding: 14px;
}
h1,h2,h3,h4 { font-weight: normal; }
img.email { vertical-align: middle; padding: 0em; }
ul.top { list-style: none; padding:0px; margin:0px;}
span.hidden { visibility: hidden; }
h1 { font-size:29pt; margin:0px; color:#444444; padding: 0px; }
h2 { font-size:22pt; margin-left:0px; margin-top:0px;}
h3 { font-size:16pt; margin-bottom:0px;}
h4 { margin: 0px; font-size: 16px; }
h2 { margin-top: 36px; line-height: 1.0; margin-bottom: 18px;}
h2:first-of-type { margin-top: 0px; line-height: 1.0; }
h2 + p { margin-top: 0px; margin-bottom: 0px; }
ul.vitals > li { margin-top: 5px;}
p.publication { margin: 1em; }
table.projects p.publication { font-size: 12px; }
#portrait_td { max-width: 15%; min-width: 75px; padding-right: 13px; }
#portrait { width: 100%; height: auto;}
h3, table.projects { margin-left: 3%; margin-right: 3%; }
table.projects td {
  background: white;
  border: solid #888888 1px;
  padding: 15px;
  vertical-align: top;
}
table.projects td:first-child img {
  height: auto;
}
table.projects td:first-child {
  text-align: center;
  vertical-align: top;
  min-width: 75px;
  max-width: 100%;
}
table.projects td + td { background: transparent; }
.itunes_link { text-align: center; }
table.top, table.top tr, table.top td {
  padding: 0px;
  margin: 0px;
  border: 0px;
  vertical-align: top;
}
.nowrap,h1,ul.top > li { white-space: nowrap; }
br.short_form, span.short_form {
  display: none;
}
br.long_form, span.long_form {
  display: inline;
}
@media (max-width: 720px) {
  body {
	margin: 0px;
	padding: 2px;
  }
  h3, table.projects { margin-left:0px; margin-right:0px; }
  h1,h2,h3,h4,li,ul.vitals > li {
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
  }
  p { margin: 6px 0px; }
  br.short_form, span.short_form {
	display: inline;
  }
  br.long_form, span.long_form {
	display: none;
  }
  #portrait_td {
	padding-left: 0px;
	padding-right: 6px;
	max-width: 149px; /* actual image dimensions */
	min-width: 10px;
  }
  table.projects td {
	padding: 6px;
  }
  p.publication {
	margin:6px 0px 6px 6px;
	line-height: 1.1;
  }
  ul#personal {
	margin-top: 10px;
	padding-left: 25px;
  }
  h1:first-of-type {
	line-height:1.0;
  }
  table.projects td:first-child {
	max-width: 25%;
	min-width: 75%;
  }
  table.projects td:first-child img {
	max-width: 100%;
  }
}
@media (min-width: 721px) {
  table.projects td:first-child img {
	width: 180px;
  }
}
