.table { table-layout: fixed; }
.table th { width: 150px; }
.table code, .note code { overflow-wrap: anywhere; word-break: break-word; }
@media (max-width: 850px) {
  .table th { width: 92px; }
  .table th, .table td { padding: 12px 10px; }
}
