/***********************************************/
/* main.css                                    */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
  padding: 0px;
  margin: 0px auto;
  width: 800px;
  background: white;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: black;
}

div {
 padding-bottom: 0px;
}

a:link, a:visited, a:hover {
  text-decoration: none;
  color: #006699;
}
a:hover {
  text-decoration: underline;
}

.mythumbnail{display:inline-block;padding:1px;background-color:#fff;border:1px solid #ddd;height:100px}
.mythumbnail:hover{box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5)}


h1, h2, h3, h4, h5, h6 {
  color:black;
}

h1 {
  font-size: 160%;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 15px; 
  text-align: center;

}

h2 {
  font-size: 140%;
  margin-top: 20px;
  margin-bottom: 15px;
}
h3 {
  font-size: 100%;
}
ul {
  list-style-type: disc;
}
ul ul {
  list-style-type: square;
}
ul ul ul {
  list-style-type: none;
}

#authors, #affiliations, #paper_venue, #paper-teaser
{
	color: black;
	text-align: center;
	margin: 1em auto;
}

#abstract {
    text-align: justify;
}

pre {
    font-size: 14px;
	background-color: #ffffff;
	border:none;
}



