body {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 10pt;
  color: #000;
  margin: 0px auto;
  padding: 1em;
  padding-top: 2em;
  max-width: 900px;
}

a:visited, a:link, a:hover, a:active {
  color: #087;
  text-decoration: none;
}

#contact {
  font-size: 10pt;
  margin-top: 30pt;
}

a, a:visited {
	text-decoration: none;
}

a img {
	border: 0;
}

a.astext {
	text-decoration: none;
	color: #000;
}

h1, h2, h3 {
	color: #111;
}

h1 {
	/*padding-top: 0.67em;
  padding-bottom: 0.67em;*/
	font-size: 2.8em;
	font-weight: bold;
	/*text-align: center;*/
  height-min: 1.5em;
  float: left;
  margin: 0em 0em;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

h1.selected {
  /*font-weight: bold;*/
  text-decoration: underline;
}

h1 > a, h1 > a:visited {
	color: #111;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.1em;
	color: #000;
}

#content {
	margin: 2em 0em;
	/*padding-left: 1em;
  padding-right: 1em;*/
	text-align: justify;
	min-height: 10em;
  clear: left;
}

#footer {
	margin-top: 2em;
	padding-top: 2em;
	padding-bottom: 2em;
	clear: both;
	text-align: center;
}

#footer .email {
  float: left;
}
#footer .connect {
  float: left;
}

#nav {
  font-size: 1.25em;
  margin: 0em 0em;
  margin-bottom: 1em;
  /*padding: 1.5em 0em;
  padding-top: 2.74em;
  padding-bottom: 1.5em;*/
	letter-spacing: 0.16ex;
  font-weight: bold;
  float: left;
  height-min: 1.12em;
  text-align: right;
}

#nav .level1:before {
  /*content: "";*/
}
#nav .level0 + .level1:before {
  /*content: "";*/
}
#nav .level1 {
  display: inline;
  margin-left: 1.5em;
  margin-left: 0.5em;
  height: 100%;
}

#nav div.selected a {
  /*font-weight: bold;*/
  text-decoration: underline;
}

#about {
}

#photo {
  float: right;
  margin: 0em 0em 0em 2em;
}

#photo a {
	background-image: none;
}

#cv .one {
  margin-bottom: 1em;
  margin-left: 2em;
}

#cv .future {
  color: #BBB;
}

#cv .what, #cv .when {
  float: left;
  font-weight: bold;
  font-size: 1.04em;
}

#cv .what {
  width: 65%;
}

#cv .when {
}

#cv .what2 {
  clear: left;
  font-style: italic;
}

#cv .more {
  margin-left: 1em;
}

#cv .more>p {
  margin: 0.2em;
}

#publications .one {
  margin-bottom: 1em;
  margin-left: 2em;
}

#publications .future {
  color: #BBB;
}

#publications .title, #cv .where {
  float: left;
  font-weight: bold;
  font-size: 1.05em;
}

#publications .title {
  width: 65%;
}

#publications .where {
}

#publications .authors {
  clear: left;
  font-style: italic;
}

#publications .links {
}


/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}
/*@media only screen and (min-width: 600px) {*/
@media only screen and (min-width: 680px) {
    /* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}
@media only screen and (min-width: 680px) {
    /* For tablets: */
    #nav {margin-top: 1em;}
    #nav .level1 {
      margin-left: 1.5em;
    }
