a {
  color: #3e97d1;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.invisibleHomeLink {
  width: 600px;
  height: 75px;
  cursor: pointer; }

.watermarked {
  color: #cccccc; }

.explanation {
  margin: 10px 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.5em; }

.pseudoTable .row label, .pseudoTable .row span:first-child {
  display: inline-block; }
.pseudoTable .buttons {
  height: 25px; }

.nogridListing .listItem {
  margin-top: 10px;
  border-bottom: 1px solid black;
  min-height: 20px;
  font-size: 1.25em; }
  .nogridListing .listItem .options {
    float: right; }

.pageNav {
  margin: 5px 0; }
  .pageNav div {
    display: inline-block; }
  .pageNav a img {
    vertical-align: middle; }

