/* COMMON */
*	        { margin: 0; padding: 0; }
.cleaner        { clear: both; }
.floatedleft	{ float: left; }
.floatedright	{ float: right; }
.underline	{ text-decoration:underline;}
  
   li { list-style-position: inside; }

body { text-align: center; padding: 60px 0; background:#ACBFD0;}

#container { text-align: left; padding:1.5em; 
 margin: 0 auto; font-size:100%; max-width: 66%; position:relative;						  
 border: solid 1px #515151; background-color:White;
}

.title {
  font-size: 2em;
  font-weight: bold;
}

td { vertical-align:top; }
ul.nobullets         {list-style-type:none;}
table.publications   {padding-bottom:1em;}
td.publication       {padding:0.5em;}

.section {
  font-size: 1.5em;
  font-weight: bold;
  text-align: left;
}

.sec {
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
}

strong { font-weight:bold; }
ul { margin: 1.25em; }
p  { margin: 1.25em; }
p.license {  font-size: 75%;
         font-family: courier, monospace; }

email {  font-size: .875em;
         font-family: courier, monospace; }

code.cmd { background: #f0f0f0; 
           font-family: courier, monospace;
 text-align: center;  
          }

.bib {
  font-weight: bold;
  padding-left:5em; }

span.conference {color: gray;}
a.conference {color: gray;}
a.conference:hover {color: blue;}

span.author  {color: gray;}
a.author  {color: gray;}
a.author:hover {color: blue;}

span.small { padding: 1em; font-size:10px;color:Gray;
           font-family: courier, monospace; }
span.paper  {
  font-weight: bold;
}
