
/* cits stuff: */

table.csse-table {
  border-collapse: collapse;
  margin-bottom: 1.5em;
}

table.csse-table, table.csse-table th, table.csse-table td {
  border: 1px gray solid;
}

table.csse-table th,  table.csse-table td  {
  padding: 2px;
  vertical-align: middle;
}


table.csse-table th {
  text-align: center;
  background-color:  lightgray;
}

code, pre {
  background-color: transparent;
}

p.code {
  text-indent: 0;
  vertical-align: middle;
  margin-top: -1.25em;
  margin-bottom: 1.5em;
  margin-left: 1em;
  font-family: monospace;
  white-space: pre;
}

.pjustify {
  text-align: justify; 
}


.even-row {
  background-color: rgb(204, 204, 204);
}

/*
.odd-row {
  background-color: rgb(230, 230, 230);
}
*/

.odd-row {
  background-color: #eeeedf;
}


span.unavailable {
  display: none;
}

span.unavailable-link a {
  pointer-events: none;
  cursor: default;
  color: #464646;
  text-decoration: none; 
}


a.unavailable {
  pointer-events: none;
  cursor: default;
  color: #464646;
  text-decoration: none; 
}



