#overDiv #tooltips_head {
  width:100%;
  text-align:center;
  font-weight:bold;
  border-bottom: 1px solid darkgray;
  padding-bottom: 2px;
}

#overDiv .layerResult {
  width: 450px;
  border-bottom: 1px solid darkgray;
  /*padding-bottom: 5px;*/
}

#overDiv .layerResult:last-child {
  border-bottom:0;
}

#overDiv .layerResult .resultsTabs {
  width:100%;
  border-collapse:collapse;
}
#overDiv .layerResult .resultsTabs a {
  color:black;
  font-weight:bold;
  text-decoration:none;
}
#overDiv .layerResult .resultsTabs td {
  text-align:center;
  font-weight:bold;
  border-bottom: 1px solid darkgray;
  width:33%;
}
#overDiv .layerResult .resultsTabs td.active {
  background-color:white;
  border-bottom-color: white;
}
#overDiv .layerResult .resultsTabs td.inactive {
  background-color:#f0f0f0;
  border-bottom-color: darkgray;
}
#overDiv .layerResult .resultsTabs td.doc {
  width:34%;
  border-left: 1px solid darkgray;
  border-right: 1px solid darkgray;
}

#overDiv .layerResult .visibleDataTable {
  display:block;
  width:100%;
}
#overDiv .layerResult .hiddenDataTable {
  display:none;
}
#overDiv .layerResult .visibleDataTable td {
  vertical-align:top;
}
#overDiv .layerResult .visibleDataTable td.rowhead {
  width:120px;
}

#overDiv .layerResult .hilightObj td {
  color:red;
}
#overDiv .layerResult .persoCode {
  text-align:right;
}
#overDiv .layerResult .pdfCell {
  width:20px;
}

#overDiv .layerResult .resHead {
  width:100%;
}
#overDiv .layerResult .inventarnote {
  font-size:0.9em;
  text-align:right;
}

#overDiv .layerResult .objectTitle {
  font-size: 1.1em;
  font-weight: bold;
  white-space:nowrap;
  vertical-align:top;
  padding-right:3px;
}

#overDiv .layerResult .resultsLinks {
  text-align:center;
  width:100%;
}

#overDiv .layerResult .bottomTable {
    /*display: block;*/
    border-collapse:collapse;
    width: 100%;
    background-color: #f0f0f0;
}

#overDiv .layerResult .bottomTable td {
    width: 50%;
    text-align: center;
    border-top: 1px solid gray;
    border-right: 1px solid gray;
}

#overDiv table {
    border-collapse: collapse;
}
#overDiv table table {
    border-collapse: collapse;
}
#overDiv table table td {
    margin:0;
    padding:0;
}
