html {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

body {
  margin: 0;
  padding: 8px;
  border: 0;
  font: inherit;
  vertical-align: baseline;
/*   background: #ffffff; */
  color: #111;
  font-family: "Tahoma", sans-serif;
  font-size: 16px;
  line-height: 1.62em;
}

h6 {
  margin: 8px;
}

table {
  font: inherit;
  font-size: 16px;
  border: 1px solid #c8c7c7;
}

th {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  border: 0;
  font: inherit;
  font-weight: bold;
  vertical-align: middle;
  background: #dbdbdb;
  padding: 2px 8px 2px 8px;
  text-shadow: 1px 1px #fff;
  border-right: 1px solid #c8c7c7;
  color: #111;
  border-bottom: 3px solid #ccc;
  min-width: 130px;
  min-height: 30px;
  cursor: pointer;
}

td {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  padding: 2px 8px 2px 8px;
  border: 0;
  font: inherit;
  vertical-align: middle;
/*   background: #ebebeb; */
  color: #444;
  border-right: 1px solid #c8c7c7;
  border-bottom: 1px solid #c8c7c7;
}

p {
  margin: 2px;
  padding: 4px;
  font-size: 16px;
  line-height: 0.8em;
}

a:link, a:hover, a:visited, a:href, a:active {
  cursor: pointer;
  color: #222;
  font-style: normal;
  font-weight: bold;
  text-decoration: none
}

a:-webkit-any-link {
  cursor: pointer;
  color: #222;
  font-style: normal;
  font-weight: bold;
  text-decoration: none
}

.title {
  font-weight: bold;
  font-style: normal;
  font-size: 28px;
  text-decoration: none
}

.tooltip {
  position: relative;
  display: inline-block;
/*   border-bottom: 1px dotted black; */
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 320px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 2px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.it {
  margin: 2px;
  font-weight: normal;
  font-style: italic;
  font-size: 16px;
}

.it-date {
  margin: 0px;
  font-size: 22px;
  vertical-align: top;
}

.bo, .bi {
  margin: 2px;
  font-weight: bold;
  font-style: normal;
}

.bi {
  font-style: italic;
}

.lg, .lgred {
  font-style: italic;
  font-size: 12px;
}

.lgred {
  color:darkred;
  font-weight:bold;
}
