html {
    font-family: 'Trebuchet MS', sans-serif, bold;
    color: black;
}

body {
    margin: auto;
    padding: 0em 0em 0em 0em;
}

img.icon {
  margin: auto;
  position: relative;
  bottom: -3px;
}


table {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

tr.title_small td {
  font-size: xx-large;
  font-weight: bold;
  text-align: center;
}

tr.smaller td,th {
  font-size: x-large;
}

td {
  overflow: hidden;
  white-space: nowrap;
}

td,th {
  padding: 5px;
}

td.light,tr.light td {
  color: #BBBBBB;
}

.pure th, .pure td, .pure tr {
  padding: 0px;
}

.semipure th, .semipure td, .semipure tr {
  padding: 0px 0.5vw 0px 0.5vw;
}