BODY, H1, H2, H3, H4, H5, H6, TH, TD {
  font-family: arial, helvetica, sans-serif;
  font-size: 90%;
}

BODY { 
  margin: 0px;
  margin-top: 25px;
  margin-left: 240px;
  margin-right: 30px;
  margin-bottom: 10px;
  width: 600px;
}

.headline {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 10px;
  width: 100%;
  background-color: #2874AE;
  border-top: 6px #FFFFFF solid;
}  

.margin {
  position: absolute;
  left: 0px;
  top: 12px;
  width: 230px;
  margin-left:20px;
  margin-top:1em;
  text-align: left;
}

H1, H2, H3, H4, TH.people {
  color: #2874AE;
}

H1 {
  font-size: large;
}

H2 {
  font-size: medium;
}

.menuHead {
  color: #2874AE;
  padding-right: 2px;
  padding-bottom: 10px;
  padding-left:0px;
  width: 194px;
  font-size: large;
  font-weight: bold;
}

.menu {
  padding: 2px;
  padding-left:0px;
  border-top: 2px #FFFFFF solid;
  width: 194px;
}

.menu A:visited {
  color: #2874AE;
}

img {
  border:none;
}

ADDRESS {
  font-size: xx-small; 
}

PRE, CODE, .code {
  font-family: "andale mono", "lucida console", courier, monospace;
}

CODE, .code {
  color: #663366;
}

PRE.code {
  margin-left: 1.5cm;
}

CODE.keyword, CODE.kw, SPAN.keyword, SPAN.kw {
  font-weight: bold;
}

TH.people {
  text-align: left;
}
A:link {
  color: #2874AE;
  text-decoration: none;
}

A:visited {
  color: #333399;
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

.ignore {
  display: none;
}

SPAN.bibauthor {
  font-style: italic;
}

SPAN.small {
  font-size: small;
}

SPAN.error {
  color: #ff0000;
}

div.publications span.address {
	white-space: nowrap;
}

div.publications span.author {
	white-space: nowrap;
}

div.publications span.authors {
	display: block;
	font-style: italic;
}

div.publications span.booktitle {
	font-style: italic;
}

div.publications span.note {
	font-size: smaller;
	display: block;
	margin-top: 0.5ex;
}

div.publications span.editor {
	white-space: nowrap;
}

div.publications span.institution {
	white-space: nowrap;
}

div.publications span.pages {
	white-space: nowrap;
}

div.publications span.title {
	display: block;
	font-weight: bold;
}

div.publications span.type {
	white-space: nowrap;
}

div.publications span.volume {
	white-space: nowrap;
}

div.publications ul {
	list-style-type: none;
	padding-left: 0px;
}

div.publications ul li {
	margin-bottom: 2ex;
}

div.publicationDetails p {
    font-weight: bold;
}

ul.publications {
	list-style-type: none;
	padding-left: 0px;
}

ul.publications li {
	margin-bottom: 2ex;
}

ul.publications span.address {
	white-space: nowrap;
}

ul.publications span.addressandyear {
	white-space: nowrap;
}

ul.publications span.booktitle {
}

ul.publications span.coauthors {
}

ul.publications span.school {
	white-space: nowrap;
}

ul.publications span.title {
}

ul.publications span.type {
	white-space: nowrap;
}

@media only screen and (max-device-width: 480px) {

BODY, H1, H2, H3, H4, H5, H6, TH, TD {
  font-size: 100%;
}

BODY { 
  margin: 0px;
  margin-top: 25px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  width: 100%;
}

.margin {
  position: relative;
  left: 0px;
  top: 12px;
  width: 230px;
  margin-left:20px;
  margin-top:1em;
  margin-bottom:20px;
  text-align: left;
}

.sepline {
  height: 7px;
  width: 100%;
  background-color: #2874AE;
  border-top: 2px #FFFFFF solid;
  margin-bottom: 10px;
}  

.main {
  margin-left:20px;
  margin-right:20px;
}
    
}
