body {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 12px;
  margin: 0px;
}

h1 {
}


table {
  font-size: 14px;
  border-collapse: collapse;
  margin-top: 24px;
  margin-bottom: 24px;
  max-width: 98%;
  min-width: 960px;
}

caption {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
  text-align:left;
}

.head {
  background-color: #ddd;
}

.head th {
  border: solid 2px #999;
  padding-left:2px;
  padding-right:2px;
}

th td {
   text-align:left;
   background-color: red;
   vertical-align: top;
}

tr:nth-child(even) {background: #eee}
//tr:nth-child(odd) {background: #FFF}

td {
  text-align:left;
  border: solid 1px #aaa;
  padding: 2px 4px 2px 4px;
}

td > div {
    overflow: hidden;
    max-height: 100px;
    text-overflow: ellipsis;
}

.td_osm_id, .td_institution, .td_bru {
  white-space: nowrap;
}


.in_osm {
  border-top: 2px solid #7371ff;
}

.td_RGZ_description > div {
    //overflow: hidden;
    //max-height: 50px;
}