html {
    height: 100%;
}

body {
  font-family: helvetica;
  height: 100%;
}

h1, h2, h3, h4, h5, div, ul, li {
  padding: 0;
  margin: 0;
  border: none;
  font-weight: inherit;
  list-style: none;
  text-decoration: none;
  color: inherit;
  line-height: 2rem;
}

h1 {
    margin: 20px 0;
}

table.annotation {
    width: 100%;
    table-layout: fixed;
  //  text-align: center;
    border-collapse: collapse;
  //  border-top: solid 1px #d8d8d8;
    border-bottom: solid 1px #d8d8d8;
}

table.annotation th{
    font-weight: normal;
    text-align: left;
    background-color: #f2f2f2;
}

table.annotation tr{
    padding: 5px 0;
    background-color: #fff;
    border-bottom: solid 1px #d8d8d8;
}

table.annotation tr:hover{
    background-color: #f2f2f2;
}

ul.annotation {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 10px 0;
    background-color: #f2f2f2;
}

ul.annotation:hover {
    background-color: #f5f7fc;
}

ul.annotation li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-bottom: 10px;
    border: 1px solid white;
}

a:link {
    color: #3f60cd;
}

a:visited {
    color: #2c4aad;
}

img {
    max-width: 50%;
}
