
.container {
	max-width: 730px;
}
.portrait {
  height: 200px; 
  border: 2px solid #000000;
}
h1 {
	font-size: 50pt;
}
h2 {
	font-size: 20pt;
}
h3 {
	font-size: 24pt;
}
.address {
	font-size: 14pt;
}
.email {
	font-family: courier;
	font-weight: bold;
}
.paperTitle {
	font-weight: bold;
	font-size: 16pt;
}
.authorList {
	font-style: italic;
	font-size: 12pt;
}
.venue {
	font-size: 16pt;
}
.first-author {
    border-left-width: 5px;
    border-left-color: #226bca;
}
.first-author a {
    color: #226bca;
}
.second-author {
    border-left-width: 5px;
    border-left-color: #5ba09e;
}
.second-author a {
    color: #5ba09e;
}
body {
  padding-top: 70px;
}