.tableFixHead {
  overflow: auto;
  height: 600px;
}

.tableFixHead thead th {
  position: sticky;
  top: 0;
  z-index: 1;
}
/* Just common table stuff. Really. */
table {
  border-collapse: collapse;
  width: 100%;
}

th,
td {
  padding: 8px 16px;
}

th {
  background: #c97866;
}

.blue th {
  color: #000000 !important;
  background: #ffffff !important;
}

.skiptranslate {
  display: none !important;
}
body {
  top: 0px !important;
}
.comm_str {
  width: 98%;
  margin: auto;
  word-wrap: break-word;
  /* border: 1px solid #ccc; /* Optional: Adding a border for visibility */
  padding: 10px;
  /* Optional: Adding padding for spacing */
}

#showFullContentBtn {
  display: none;
  border: none;
  cursor: pointer;
}

.comm_str {
  width: 98%;
  margin: auto;
  word-wrap: break-word;
  /* border: 1px solid #ccc; /* Optional: Adding a border for visibility */
  /* padding: 10px; */
  /* Optional: Adding padding for spacing */
}

#showFullContentBtn {
  display: none;
  border: none;
  cursor: pointer;
}
