/* CSS file for academic papers in HTML format */

#textDiv {
 margin-left:24px;
 width:705px;
}

.titleInfo {
  font-size:0.9em;
  font-style:italic;
  padding-left:2em;
}

.titleInfo .author, .titleInfo .institution {
  font-style:normal;
}

.simpress {
  font-variant: small-caps;
}

.reference {
  text-align: justify;
  text-indent: -32px;
  padding: 6px 36px 6px 140px;
  margin:0;
}

#textDiv .figure, #textDiv .table, #textDiv .equation {
  text-align:center;
  padding:0;
}

.figure img {
  border:0;
}

#textDiv .caption {
  font-style: normal;
  display:block;
  text-align:center;
}

.caption .figureCapStart {
  font-weight: bold;
}

table {
  margin:3px auto 3px auto;
  color:#333;
}

th {
  padding:3px 5px;
  text-align:center;
  font-weight:normal;
}

td {
  padding:3px;
}

.numCell {
  text-align:right;
}

.titleCell {
  text-align:left;
  font-weight:normal;
}

