body {
  background-color: rgb(188, 228, 202);
  color: black;
  font-family: Calibri;
  font-size: 14pt;
}

h1 {
  font-family: helvetica;
  text-align: center;
}

img {
  border-radius: 16px;
  max-width: 100%;
  height: auto;
}

nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  background-color: rgb(157, 214, 178);
  margin: -10px;
}
.headlinks {
  flex-wrap: nowrap;
}
a:link {
  color: black;
  text-decoration: none;
}
/*a:visited {
  color:;
}*/
a:hover {
  color: rgb(0, 89, 255);
}

.focused-info {
  max-height: 300px;
  width: auto;
}

.plugin-title {
  font-style: oblique;
  font-family: helvetica;
}

/*[href],
.plugin-brief {
}
*/
#title-horde {
  color: black;
}

.commands-table {
  border: solid 1px black;
  border-collapse: collapse;
  width: 400px;
  background-color: rgb(157, 214, 178);
}
td {
  text-align: center;
  border: solid 1px black;
  border-collapse: collapse;
}
