article.settings {
  display: flex;
  align-items: center;
}

article.settings * {
  margin-top: 0px;
}

article.settings h3 {
  margin-top: 0;
}

article.settings h4 {
  margin-left: 10px;
}

article.settings select {
  margin-top: 10px;
  margin-left: 2px;
  padding: 0;
}

article.add-word button {
  display: block;
  width: 450px;
  background-color: white;
}

button.add-word {
  width: 200px;
}

article.add-set-class {
  display: none;
}

em.green {
  color: green;
  text-decoration: none;
  font-style: normal;
}

em.grey {
  color: grey;
  text-decoration: none;
  font-style: normal;
}

button.prev, button.next {
  margin-top: 7px;
  margin-bottom: 2px;
}

ol.words {
  margin-left: 40px;
}

li button {
  width: 20px;
  height: 20px;
  margin: 0;
  margin-left: 15px;
}
li button img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

article.add-tense select {
  display: inline;
}

li {
  cursor: pointer;
}

article.expanded-word div.flex {
  width: fit-content;
}

article.expanded-word div.flex * {
  margin-left: 5px;
  margin-bottom: 10px;
}

article.expanded-word div.flex h4 {
  margin-left: 0;
}

article.expanded-word div.flex select {
  height: 23px;
}

button.delete {
  width: 30px;
  height: 30px;
  padding: 0;
}

article.expanded-word div.flex button.delete img {
  height: 100%;
  margin: 0;
}
