.fa, .fas, .far, .fab {
  color: darkcyan;
}

.fa-inverse {
  color: #fff;
}

.lk, .lkc, .lks, .lkr, .lkb {
  color: darkorchid;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

table tr, table td, table th {
  border-width: 0;
  white-space: nowrap;
  text-align: center;
  vertical-align: baseline;
}

table>:not(caption)>*>* {
  padding: .125rem .25rem;
}

table p {
  border-top: 1px dashed lightgrey;
  border-bottom: 1px solid lightgrey;
}

/* test/size.html */
#demo-fw,
#demo-list {
  display: flex;
}

#demo-fw > div,
#demo-list> div {
  padding: .5rem 1rem;
}

#demo-fw > div p {
  font-size: 2rem;
  margin: 0 .5rem;
}

#demo-fw .fa-fw,
#demo-fw .lk-fw {
  background-color: #e2e8f0;
}

.quote {
  max-width: 800px;
  margin: 0 1rem 1rem;
}

#demo-block,
#demo-flex {
  display: flex;
  max-width: 800px;
}

#demo-block > div,
#demo-flex > div {
  width: calc(100% / 3 - .5rem);
  padding: 1rem;
  margin: .25rem;
  background: #e2e8f0;
  border-radius: .5rem;
}

#demo-block h3,
#demo-flex h3 {
  margin-top: 0;
}

/* test/effect.html */
#demo-shape {
  margin: 0 1rem;
}

#demo-shape p {
  background: #e2e8f0;
  padding: 1rem;
  border-radius: .5rem;
}