body {
  font-size: 10px;
  font-family:verdana;
  line-height: 15px;
}
body * {
  vertical-align: top;
}
form {
  padding:0;
  margin:0;
}
fieldset {
  border: none;
  border-bottom: 1px solid #999;
  padding: 0;
  margin: 0 0 1rem 0;
}
fieldset legend {
  font-size:18px;
  font-weight:bold;
  color:#000099;
  padding: 0;
  border: none;
}
fieldset label {
  font-weight:bold;
}
fieldset form {
  padding: 1rem 0;
}
fieldset form div {
  display: inline-block;
  padding: 0 .5rem .5rem 0;
}
fieldset form div label {
  display: block;
}

#followPage {
  position:fixed;
  right:0; top:0;
  background:#e0e0e0;
  padding: 5px 10px;
  border-bottom:5px solid #fff;
  border-left:5px solid #fff;
  text-align: right;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}
#followPage > * {
  display: inline-block;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
#followPage > strong {
  margin-right: 1rem;
}
#followPage > input[type=checkbox] {
  margin-top: 5px;
}

table.page {
  width:100%;
  border:none;
}

table.wide {
  width:100%;
}
table.wide tr th {
  padding:2px 4px;
  font-size:14px;
  font-weight:bold;
  border-bottom:2px solid #999;
  text-align:left;
}
table.wide tr td {
  padding:2px 4px;
  font-size:12px;
  border-bottom:1px dotted #999;
  text-align:left;
}
table.wide tr.res_alt td {
  background:#99F;
}
table.wide tr.code_404 td {
  background:#F99;
}
table.wide tr td a {
 display: inline-block;
 white-space: nowrap;
 max-width: 75%;
 overflow: hidden;
 text-overflow: ellipsis;
 line-height: 15px;
 height: 15px;
}
table.wide tr td small {
 line-height: 15px;
 height: 15px;
}
table.thin {
}
table.thin tr th {
  padding:2px 4px;
  font-size:14px;
  font-weight:bold;
  border-bottom:2px solid #999;
  text-align:left;
}
table.thin tr td {
  padding:2px 4px;
  font-size:12px;
  border-bottom:1px dotted #999;
  text-align:left;
}
