body {
	font-family:  "Open Sans";
	font-weight: 300;
	font-size: 17px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}
h1 {
	font-weight:300;
	line-height: 1.15em;
}

sup {
	font-size: 8px
}

a:link,a:visited {
	color: #436C57;
	text-decoration: none;
}
a:hover {
	color: #436C57;
}
h1, h2, h3 {
	text-align: center;
}
h1 {
	font-size: 30px;
	font-weight: 300;
}
h2, 

h3 {
	font-size: 16px;
	font-weight: 300;
	margin: 16px 0px 4px 0px;
}
.paper-title {
	padding: 16px 0px 16px 0px;
}
section {
	margin: 32px 0px 32px 0px;
	text-align: justify;
	clear: both;
}
.col-6 {
	 width: 16%;
	 float: left;
}
.col-3 {
	width: 33.3%;
	float: left;
}
.col-4 {
	 width: 25%;
	 float: left;
}
.col-2 {
	 width: 50%;
	 float: left;
}
.row, .author-row, .affil-row {
	 overflow: auto;
}
.author-row, .affil-row {
	font-size: 14px;
}
.row {
	margin: 16px 0px 16px 0px;
}
.authors {
	font-size: 16px;
}
.affil-row {
	margin-top: 16px;
}
.teaser {
	max-width: 100%;
}
.text-center {
	text-align: center;
}
.screenshot {
	width: 256px;
	border: 1px solid #ddd;
}
.screenshot-el {
	margin-bottom: 16px;
}
hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #ddd;
	margin: 0;
}
.material-icons {
	vertical-align: -6px;
}
p {
	font-size: 12px;
	line-height: 1.4em;
}
.caption_justify {
	font-size: 16px;
	/*font-style: italic;*/
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 64px;
}
.caption {
	font-size: 12px;
	/*font-style: italic;*/
	text-align: center;
	margin-top: 8px;
	margin-bottom: 64px;
}
.caption_inline {
	font-size: 12px;
	/*font-style: italic;*/
	text-align: center;
	margin-top: 8px;
	margin-bottom: 0px;
}
.caption_bold {
	font-size: 12px;
	/*font-style: italic;*/
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 600;
}
video {
	display: block;
	margin: auto;
}

figure {
	display: block;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 40px;
}
#bibtex pre {
	font-size: 11px;
	background-color: #f5f5f5;
	color: #444;
	padding: 14px 18px;
	border-radius: 6px;
	overflow-x: auto;
	line-height: 1.55em;
	margin: 12px 0 0 0;
}
.blue {
	color: #436C57;
	font-weight: 600;
}
.orange {
	color: #d35400;
	font-weight: 600;
}
.flex-row {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	padding: 0;
	margin: 0;
	list-style: none;
}
.paper-btn {
  position: relative;
  text-align: center;

  display: inline-block;
  margin: 8px;
  padding: 6px 16px;

  border-width: 0;
  outline: none;
  border-radius: 16px;

  background-color: #436C57;
  color: #ecf0f1 !important;
  font-size: 14px;
  width: auto;
  height: auto;
  font-weight: 300;
}
.paper-btn-parent {
	display: flex;
	justify-content: center;
	margin: 16px 0px;
}
.paper-btn:hover {
	opacity: 0.85;
}
.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px;
}
.venue {
	color: #1367a7;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#home1 { 
    width: 47.5%; 
    height: 300px; 
    float: left; 
    margin-right: 5%;
} 
#home2 { 
    width: 47.5%; 
    height: 300px; 
    float: left; 
}