.screenshot {
  border: 1px solid #ccc;
}

table.table td a:only-child:link,
table.table td a:only-child:visited {
  text-decoration: none;
}
table.table td a:only-child:hover,
table.table td a:only-child:active {
  text-decoration: underline;
}

/* Make sure any html tables have padding*/
th, td {
  padding: 5px;
}

.caption {
  font-size: small;
  color: rgb(128,128,128);
}

body{
  font-family: Georgia;
  font-size: 14pt;
}

