 
  div.list {
    position: relative;
    margin: 4px 0px 4px 0px;
  }

  div.catnavbar {
    display: inline-block;
    float: right;
    height: 30px;
    margin-right: 24px;
  }

  div.catnavmdc {
    display: inline;
    margin: 5px;
  }

  div.definition {
    position: relative;
    padding: 4px 8px 4px 8px;
    top: 0px;
  }
  
  div.caption {
    padding-top: 20px;
  }
  
  div.iframe {
    position: fixed;
    width: 100%;
    height: 96%;
    top: 130px;
    overflow-y: hidden;
  }
  
  iframe.viewer {
    width: 100%;
    height: 100%;
    border: 0px;
    margin-top: 30px;
    overflow-y: hidden;
  }
  
  span.match {
    font-weight: bold;
  }

  div.table {
    display: table;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
    text-align: left;
  }

  div.tabletitle {
    margin-top: 14pt;
  }

  div.rowHead {
    display: table-header-group;
    background-color: white;
    font-size: 14pt;
    font-weight: bold;
  }

  div.cellHead {
    display: table-cell;
    text-align: left;
    padding: 0px 3px 2px 3px;
  }

  div.row {
    display: table-row;
    border: 1px solid #d5d5d5;
    background-color: #f5f5f5;
    height: 54pt;
    vertical-align: bottom;
    page-break-inside:avoid;
    page-break-after:auto;
  }

  div.cell {
    display: table-cell;
    text-align: center;
    border-top: 1px solid white;
    border-right: 1px solid white;
    color: black;
    padding: 10px 3px 2px 3px;
  }

  div.unattested {
    color: #a5a5a5;
  }

  div.catcell {
    cursor: pointer;
  }
  
  div.catcell:hover {
    background-color: #a5a5a5;
  }
  
  div.sign {
    cursor: pointer;
  }

  div.sign:hover {
    background-color: #a5a5a5;
  }

  div.unattested:hover {
    color: white;
  }

  span.khar {
    font-family: "Segoe UI Historic", "Kharosthi Unicode", "Noto Sans Kharoshthi";
    font-size: 22pt;
  }

  span.latn {
    font-family: "DejaVu Sans", "Noto Sans", "Segoe UI", sans-serif, "Gandhari Unicode";
    font-size: 12pt;
  }

  div.fbblack {
    background-color: #656565;
    color: white;
  }

  div.fbblack:hover {
    background-color: #656565;
    color: white;
  }
