.table_elsys {
  display: table;
}
.table_elsys .table-row {
  display: table-row;
}
.table_elsys .table-cell {
  display: table-cell;
  padding: 5px;
  border: 1px solid black;
}
.table_elsys .table-row:nth-child(even) {
  background: lightgray;
}

.table_elsys .tc-datatype:before{
  content: "[";
}
.table_elsys .tc-datatype:after{
  content: "]";
}

.table_elsys .tc-ID:after{
  content: ".";
}
.table_elsys .tc-ID{
  color:333333;
}
.th_elsys{
  font-weight:bold;
}

.unsupported{
  color:darkgray;
  font-style: italic;
}

.unsupported .tc-identificator{
  text-decoration: line-through;
  color: transparent;
}

.unsupported .tc-help:before{
  content: "NB! Import av dette feltet st\00f8ttes ikke\00000a";
  white-space: break-spaces; /* or pre-wrap */
}

.notinuse {
  color:darkgray;
  font-style: italic;
}

.notinuse .tc-identificator{
  text-decoration: line-through;
  color: transparent;
}

.notinuse .tc-Block:before{
  content: "-";
}

.notinuse .tc-help:before{
  content: "NB! Dette feltet er ikke i bruk.\00000a";
  white-space: break-spaces; /* or pre-wrap */
}
