html, body {
	margin: 0 auto;
}

body {
	background: #f5f5f5;
	color: #000;
	font-family: Roboto;
	font-weight: 400;
	font-size: 95%;
	line-height: 1.15;
}

#doc {
	background: #fff;
	border: 1px solid #000;
	width: 6.3in;
	margin: 20px auto;
	padding: .6in .9in;
}

a:link, a:visited {
	color: #1a0dab;
}

table {
	border-collapse: collapse;
}

table th, table td {
	vertical-align: top;
	text-align: left;
}

.pagebreak {
	page-break-before: always;
}

#header {
	position: relative;
	height: 45px;
}

h1, h2 {
	font-weight: normal;
}

h1 {
	margin: 0;
	padding: 0;
}

#contact-info {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 80%;
}

#description {
	font-size: 84%;
	text-align: justify;
}

h2 {
	margin-top: 16px;
	margin-bottom: 4px;
	padding-bottom: 0;
	text-align: center;
	font-variant: small-caps;
	font-size: 130%;
}

#schools, #references {
	width: 100%;
	margin: 0 auto;
}

#references, #personal-interests {
	background: #BBDEFB;
}

#schools th, #schools td, #references th, #references td {
	padding: 2px 12px;
}

#schools td, #references td {
	font-size: 95%;
}

.job:nth-child(2n + 1) {
	background: #BBDEFB;
}

.outline {
	margin-top: 20px;
	border: 3px solid #BBDEFB;
	padding: 1px 16px;
}

.project {
	display: inline-block;
	width: 176px;
	height: 126px;
	margin: 4px 0;
	font-size: 92%;
	line-height: 1.1em;
	vertical-align: top;
	border: 2px solid #BBDEFB;
}

.project:nth-child(n + 14) {
	height: 98px;
}

.job, .rso, .project {
	padding: 12px 8px;
}

.job h3, .rso h3, .outline h3, .project h3 {
	margin: 0 0 -1em;
	padding: 0;
	font-size: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.project h3 {
	margin: 0;
}

.outline h3 {
	margin-top: 12px;
}

.rso h3 {
	margin: 0;
}

.extended-title {
	margin-bottom: -1em;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.extended-title h3 {
	border-bottom: 0;
}

.job .extended-title p, .project .extended-title p {
	margin-top: 1em;
	font-size: 90%;
}

.job .dates, .job .link {
	position: relative;
	top: -3px;
	margin-bottom: 10px;
	font-size: 80%;
	text-align: right;
}

.project .dates, .project .link {
	font-size: 85%;
}

.link-icon {
	width: 18px;
	vertical-align: bottom;
	fill: #888;
}

.job .info, .rso .info, .project .info {
	margin-top: 6px;
	font-size: 90%;
}

.job p, .rso p, .project p {
	margin: 7px 0 0;
	font-size: 95%;
}

.detail {
	position: relative;
}

.extended-info {
	position: absolute;
	right: 0;
	top: 0;
}

.extended-info {
	display: none;
}

.about-inner {
	padding: 0 18px;
	border: 2px solid #BBDEFB;
	font-size: 90%;
}

#workplace-logos {
	margin-top: -1px;
}

#workplace-logos img {
	height: 20px;
	margin-right: 6px;
	vertical-align: middle;
}

#workplace-logos img.triplebyte {
	height: 18px;
}

#workplace-logos img.stacksource {
	height: 14px;
}

.detail.contact {
  display: none;
}

/* One-pager: Comment out to view the two-pager. */
.pagebreak, #personal-projects {
	display: none;
}

.about {
	display: none;
}

