@charset "UTF-8";

h2 {
   width: 100%;
   text-align: center;
   margin-bottom: 1em;
}
body {
 font-size: 12pt;
}
h3 {
 font-size: 16pt;
}
table {
  border-collapse: collapse;
}

thead {
 background: #eee;
 text-align:center;
 font-size: 10pt;
}

table tr td {
  border: 1px solid;
  padding: 0.25em;
}
