a {
  color: #1a73e8;
}

table {
  border-collapse: collapse; /* remove double borders */
  /* width: 100%; /* optional, makes table full width */
}

th, td {
  border: 3px solid #777; /* table cell border */
  font-weight: normal; /* remove bold */
  padding: 8px;            /* spacing inside cells */
  text-align: center;    /* optional: left-align header cells */
}

h1, h2, h3, h4, h5, h6 {
  color: #F5B727;
}

.lang-flag {
  width: 25px;
  height: auto;
  vertical-align: middle;
  margin-right: 0.3em;
}

