.wrap {
  overflow: auto;
  height: 86%;
}
table.iftable {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #ffffff;
  width: 100%;
}
table tr th {
  background-color: #608060;
  color: #e0e0e0;
}
table tr:nth-child(even) {
  background-color: #e0e0e0;
}
table tr:nth-child(odd) {
  background-color: #ffffff;
}
.alink {
 cursor:pointer;
 color:blue;
 text-decoration:underline;
}
.alink:hover {
 text-decoration:none;
 text-shadow: 1px 1px 1px #555;
}
#overlay {
  position: fixed;
  display: none;
  background-color: rgba(255,255,255,1);
  z-index: 2;
  cursor: pointer;
  border: 2px groove black;
  padding: 1px;
}
