.about-page table {
  width: 100%;
  max-width: 100%;
  margin: 16px 0;
}

.about-page .dialects {
  max-width: 280px;
  margin-bottom: 30px;
}

.about-page td {
  padding: 8px 0; 
} 

.about-page table.tight td {
  padding: 0; 
}

.about-page .dialects tr {
  display: block;
  vertical-align: top;
}

.about-page .dialects tr:last-child {
  border-bottom: none;
}

.about-page .dialects tr:first-child {
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  height: 0;
  border-bottom: none;
}

.about-page .dialects td {
  display: block;
}

.about-page .dialects tr:first-child td {
  padding: 0;
}

.about-page .dialects tr td:first-child {
  font-weight: 700;
  font-size: 20px;
  padding-top: 36px;
}

.about-page .dialects tr td:last-child {
  width: 280px;
}

.about-page .dialects tr p {
  margin: 0;
}

.about-page .blue-table {
  width: 100vw;
  max-width: 100vw;
  margin-top: 26px;
  margin-left: -30px;
  background: #E3EFF6;
  box-sizing: content-box;
}

.about-page .blue-table td {
  padding: 8px 10px 8px 30px;
}

.about-page .blue-table tr:first-child td {
  font-size: 24px;
  padding: 10px 0 2px 30px;
}

.about-page .blue-table tr:last-child td {
  padding-bottom: 20px;
}

.about-page .blue-table tr td:first-child {
  width: 40%;
}

.node--type-grammar table {
  width: 100vw;
  max-width: 100vw;
  margin: 30px 0 30px -30px;
  box-sizing: content-box;
}

.node--type-grammar table tr + tr { 
  border-top: 2px solid #fff;
}

.node--type-grammar table td + td { 
  border-left: 2px solid #fff;
}

.node--type-grammar table td { 
  padding: 9px 30px;
  background: #E7F4FC;
}

table.orthography {
  background: #E3EFF6;
  width: 100vw;
  max-width: 100vw;
  margin: 0 0 0 -30px;
}

table.orthography td {
  width: 20%;
  text-align: center;
  border: 1px solid #fff;
}

table.orthography tr:nth-child(even) td {
  color: #4D9CC9;
  border-top: none;
}

table.orthography tr:nth-child(odd) td {
  border-bottom: none;
}

#glossary-table {
  padding-top: 20px;
  width: calc(100% + 60px);
  margin-left: -30px;
}

#glossary-table table {
  width: 100%;
}

#glossary-table tr {
  border-bottom: 14px solid #fff;
  width: 100%;
}

#glossary-table td {
  background: #E7F4FC;
  width: 16%;
  height: 76px;
}

#glossary-table tr td:first-child div {
  position: relative;
  display: block;
  width: 100%;
  height: 62px;
  z-index: 5;
  cursor: pointer;
}

#glossary-table tr td:first-child div:before {
  content: " ";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -11px;
  top: 20px;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background: #fff;
  z-index: 10;
}

#glossary-table tr td:first-child div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: -4px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 12px solid #C7C6C6;
  z-index: 15;
}

#glossary-table tr td:first-child div.playing:after {
  width: 3px;
  height: 13px;
  border: none;
  border-right: 3px solid #C7C6C6;
  border-left: 3px solid #C7C6C6;
}

#glossary-table tr td:last-child {
  width: auto; 
}

#glossary-table tr td:last-child div {
  color: #006397;
  font-weight: 700;
  text-align: center;
}

#glossary-table tr td:last-child #term {
  font-weight: 400;
  font-style: italic;
  color: #000;
}

@media screen and (min-width: 480px) {

  #glossary-table {
    width: auto;
    margin-left: 0;
    border-top: 1px solid #c9c9c9;
  }

  #glossary-table td {
    width: 100px;
    transition: background 0.3s;
  }

  #glossary-table td:first-child:hover {
    background: #D5EEFD;
  }
  
  #glossary-table td.no-audio:first-child:hover {
    background: #E7F4FC;
  }
  
  #glossary-table tr td:first-child div, #glossary-table td.no-audio {
    width: 100px;
    height: 84px;
  }
  
  #glossary-table td.no-audio {
    height: 96px;
  }
  
  #glossary-table td.no-audio:after {
    content: "No Audio";
    color: #C7C6C6;
    background: #fff;
    padding: 2px 4px;
    margin-left: 10px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s;
  }
  
  #glossary-table td.no-audio:hover:after {
    opacity: 1;
  }
  
  #glossary-table tr td:first-child div:before {
    top: 25px;
    margin-left: -17px;
    width: 34px;
    height: 34px;
  }
  
  #glossary-table tr td:first-child div:after {
    top: 34px;
    margin-left: -6px;
    border: 8px solid transparent;
    border-left: 16px solid #C7C6C6;
    z-index: 15;
    transition: border 0.3s;
  }

  #glossary-table tr td:first-child div.playing:after {
    top: 34px;
    width: 4px;
    height: 16px;
    border: none;
    border-right: 4px solid #C7C6C6;
    border-left: 4px solid #C7C6C6;
  }
  
  #glossary-table tr td:first-child:hover div:after, #glossary-table tr td:first-child:hover div.playing:after {
    border-left-color: #6B6B6B;
  }

  #glossary-table tr td:first-child:hover div.playing:after {
    border-right-color: #6B6B6B;
  }

  #glossary-table tr td:last-child {
    border-left: 6px solid #fff;
  }
  
  #glossary-table tr td:last-child #term {
    font-size: 18px;
  }
  
  #glossary-table tr td:last-child #syllabic {
    font-size: 20px;
  }

}

@media screen and (min-width: 680px) {

  .about-page .dialects {
    max-width: 440px;
  }
  
  .about-page .dialects tr {
    display: table-row;
    border-bottom: 1px solid #232323;
  }
  
  .about-page .dialects td {
    padding: 16px 0;
    display: table-cell;
  }
  
  .about-page .dialects tr td:first-child {
    font-weight: 600;
    font-size: 16px;
    padding: 16px 0;
  }

  .about-page .dialects tr td:last-child {
    padding-left: 14px;
  }

  .about-page .blue-table {
    float: left;
    margin: 0;
    background: none;
  }
  
  .about-page .blue-table.double.table-1 {
    width: 60%;
  }
  
  .about-page .blue-table.double.table-2 {
    width: 30%;
  }
  
  .about-page .blue-table.triple.table-1 {
    width: 46%;
  }
  
  .about-page .blue-table.triple.table-2, .about-page .blue-table.triple.table-3 {
    width: 27%;
  }
  
  .about-page .blue-table tr td, .about-page .blue-table tr td:first-child {
    padding: 8px 10px 8px 0;
  }
  
  .about-page .blue-table tr td:first-child {
    width: auto;
  }
  
  .about-page .blue-table tr:first-child td, .about-page .blue-table.table-2 tr:first-child td:last-child {
    font-size: 16px;
    padding: 10px 0;
  }
  
  .about-page .blue-table.table-2 tr td:last-child {
    width: 100%;
    padding: 8px 0;
  }
  
  .about-page .blue-table tr td:first-child  {
    display: none;
  }
  
  .about-page .blue-table.table-1 tr td:first-child  {
    display: block;
  }
  
  .about-page .blue-table + p {
    clear: both;
  }
  
  .node--type-grammar table {
    width: 100%;
    margin-left: 0;
  }
  
  .node--type-grammar table td { 
    padding: 9px 20px;
  }
  
  .node--type-grammar table td:first-child { 
    width: 33%;
  }
  
  table.orthography {
    width: 600px;
    max-width: 100%;
    margin: 16px 0;
  }

  table.orthography td {
    border: none;
  }
  
  #glossary-table table {
    width: 580px;
  }

}

@media screen and (min-width: 900px) {

  .about-page .blue-table.triple.table-1 {
    width: 50%;
  }
  
  .about-page .blue-table.triple.table-2, .about-page .blue-table.triple.table-3 {
    width: 25%;
  }

  .about-page .blue-table tr td, .about-page .blue-table tr td:first-child {
    padding: 8px 20px 8px 0;
  }
  
}  