@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital@0;1&display=swap');

.condensed {
  font: 100% "Barlow Condensed";
  }
.condensed-it {
  font: 100% "Barlow Condensed" italic;
  }
.delim {
  height: 1em;
  }
.lang {
  font-style: italic
  } 
#buttons {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  background: #cccc66;
  border-style: solid;
  border-width: 1px;
  border-radius: 8px;
  border-color: #ffffcc;
  padding: 5px;
  }
button {
  background: #cc6666;
  border-style: solid;
  border-width: 1px;
  border-radius: 8px;
  border-color: #cccc66;
  color: white;
  cursor: pointer;
  padding: 5px;
  }
button:hover {
  background-color: #555555;
  }
 
tr.small td {background-color: #dddddd;}
td.small {background-color: #dddddd;}
