body {
  background-color: #fff;
  padding:50px;
  font: 14.5px/1.5 "Open Sans";
  color:#727272;
  font-weight:400;
}

h1, h2, h3, h4, h5, h6 {
  color:#222;
  margin:0 0 20px;
}

p, ul, ol, table, pre, dl {
  margin:0 0 20px;
}

h1, h2, h3 {
  line-height:1.1;
}

h1 {
  font-size:28px;
}

h2 {
  color:#393939;
}

h3, h4, h5, h6 {
  color:#494949;
}

.wrapper {
  width:800px;
  margin:0 auto;
}

p.thick {
  font-weight: bold;
}

table {
  width:100%;
  border-bottom:1px solid #e5e5e5;
}

th{
  vertical-align:top;
  text-align:justify;
  padding:0px 0px;
}

td:first-child {
vertical-align:top;
text-align:left;
}

td:first-child + td {
vertical-align:top;
text-align:left;
}

header {
  width:800px;
  float:top;
}

section {
  width:800px;
  float:bottom;
  padding-bottom:50px;
}

small {
  font-size:11px;
}

hr {
  border:0;
  background:#e5e5e5;
  height:1px;
  margin:0 0 20px;
}

a {
color:#39c;
text-decoration:none;
}

.conference {
  width: 100px;
  background: #73AD21;
  padding: 3px;
  border-radius: 10px;
  margin: 0;
  text-align:center;
}

.journal {
  width: 100px;
  background: #8B0000;
  padding: 3px;
  border-radius: 10px;
  margin: 0;
  text-align:center;
}
