@CHARSET "utf-8";

#locationList th {
  border-bottom: solid 1px #888;
  border-right: dotted 1px #ccf;
}

#locationList td {
  border-right: dotted 1px #ccf;
}

#locationList {
  border-collapse: collapse;
  border: solid 1px #000;
  /* width: 400px; */
  overflow: auto;
  font-size: 90%;
  font-family: monospace;
  max-width: 800px;
}

#locationList tr.selected {
  background: #fcc;
}

#locationList tr.pointed {
  background: #ffc873;
}

#locationList td {
  white-space: nowrap;
}

#locationList table thead tr th {
  cursor: pointer;
  text-decoration: none;
  color: #3333FF;
}
#locationList table thead tr th.nolink {
  cursor: text;
  color: black;
}

th.lat, th.lng, td.lat, td.lng, th.sdcode, td.sdcode,
th.year, td.year, th.scale, td.scale,
th.code, td.code, th.level, td.level,
th.mapzone, td.mapzone, th.mapcode, td.mapcode {
  max-width:  40px;
  overflow:  hidden;
}

th.tahsil, th.district, th.state,
td.tahsil, td.district, td.state {
  max-width:  80px;
  overflow:  hidden;
}