html {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #252525;
	font: 16px "chaparral-pro-1", "chaparral-pro-2", serif;
	font-weight: 400;
}
body {
	margin-top:  41.887px;
	margin-bottom:  41.887px;
	margin-left: 67.773px;
	max-width: 464.486px;
	line-height: 1.416em;
}
#bodytext {
	margin-top: 1.416em;
	margin-bottom: 1.416em;
}
em {
    font-weight: 600;
    font-style: normal;
}
a {
    color: #4884c9;
}
#bodytext a:hover, .linkpara a:hover {
    color: white;
    text-decoration: none;
    background-color: #4884c9;
}
a img {
	border: 0;
}
.iconedlist {
	list-style-type: none;
}
.linkpara {
    font: 16px "museo-sans-1", "museo-sans-2", sans-serif;
    font-weight: 700;
}
ul.linkpara, ul.linkpara > li {
	display: inline;
	margin: 0;
	padding: 0;
}
ul.linkpara > li {
	margin-right: 1em;
}
.linkpara a {
	text-decoration: none;
}
.inlinepic {
	height: 1em;
	margin-left: 0.207em;
	display: inline;
}
.pubs {
	background-color: #FBF2D8;
	font-size: 90%;
}
.pubauthors {
	font-variant: small-caps;
}
.pubtitle {
	font-style: italic;
}
p {
	margin-top: 0;
	margin-bottom: 0.875em;
}
ul {
	margin-top: 0.382em;
}
li {
	margin-top: 0.382em;
}
h1 {
	font-family: 'skolar-1', 'skolar-2', sans-serif;
	font-size: 1.618em;
	font-weight: 700;
	font-style: normal;
}
h1 a {
  color: black;
  text-decoration: none;
}
h2 {
  display: none;
  font-size: 14pt;
  padding: 0;
  margin-bottom: 0px;
}

.paperdescription {
  background-color: #efefef;
}

#latitudebox {
	position: absolute;
	left: 37em;
	top: 41.887px;
}

/*------------------------------------*\
	IPHONE
\*------------------------------------*/
@media screen and (max-device-width: 480px){
  html {
    font-size: 41.887px;
  }
  h1 {
    margin-top: 14px;
    font-size: 109.657px;
  }
  h1.tangentialtitle {
    display: none;
  }
  li {
    margin-left: 41.887px;
  }
  body {
    max-width: 100%;
    margin-left: 14px;
    margin-right: 14px;
  }
  .linkpara {
    font-size: 59.301px;
  }
  ul.linkpara, ul.linkpara > li {
	display: block;
	margin: 0;
	padding: 0;
	margin-bottom: 0.618em;
  }
  #latitudebox {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
  }
}

