/*CSS for NEPA LOCATION TABLE*/
.location_table {
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
#location_logo {
  width: 20px;
}
#location_title {
  max-width: 180px;
  /*height: 100px;*/
}
#location_summary {
  max-width: 100px;
}
#location_status {
  max-width: 80px;
}


/*CSS for NEPA Tool Tip Function*/
.tooltip {
  color: #1E3980;
  text-decoration: none;
    z-index:9999;
}
.tooltip:hover {
  color: red;
  position: relative;
}
/*More Info Link*/
td#location_logo.location_table a img{
    max-width: none;
}