body {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 84%;
  line-height: 1.4em;
  padding: 0px;
  margin: 0px;
}

/* .custom-table {
  border-collapse: collapse;
  border-spacing: 0;
  border-radius: 10px;
  width: 80%;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.custom-table th,
.custom-table td {
  padding: 10px;
  border: 1px solid #ddd;
  background-color: #f2f2f2;
  font-weight: bold;
  text-align: center;
} */

/* NEW */

.custom-table {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  border: 1px solid #ddd;
  width: 85%;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.custom-table td,
.custom-table th {
  padding: 15px;
  background-color: #f2f2f2;
  font-weight: bold;
  text-align: center;
}

.custom-table th:not(:last-child),
.custom-table td:not(:last-child) {
  border-right: 1px solid #ddd;
}

.custom-table tr:not(:last-child) th,
.custom-table tr:not(:last-child) td {
  border-bottom: 1px solid #ddd;
}

/* NEW */

.custom-table td {
  font-weight: normal;
}

h2,
h3 {
  display: inline;
  color: rgb(75, 70, 193);
}

.crypto {
  height: 20px;
}

.lang {
  font-size: 18px;
}

.speed {
  font-size: 24px;
}
/* TAGS */

.greentag,
.redtag,
.purpletag {
  padding: 2px 7px 2px 7px;
  border-radius: 4px;
  font-size: 84%;
  margin: 2px 5px 2px 0px;
  white-space: nowrap;
}

.greentag {
  background-color: rgb(0, 189, 0);
  color: white;
  /* opacity: 0.8; */
}

.redtag {
  background-color: red;
  color: white;
  /* opacity: 0.7; */
}

.purpletag {
  background-color: rgb(92, 0, 239);
  color: white;
  /* opacity: 0.7; */
}

.name:link {
  text-decoration: none;
}

ul,
li {
  list-style: none;
  padding: 0px 0px 0px 5px;
  margin: 0px;
}

.special {
  height: 20px;
  margin-top: 5px;
  margin-right: 7px;
  /* opacity: 0.8; */
}

/* FOOTER TABLE */

.footer-table {
  width: 85%;
  /* background-color: aqua; */
}

.footer-table td {
  vertical-align: top;
  padding: 10px 25px;
}

/* LEGEND TABLE */

.legend {
  width: 195px;
  padding: 0px;
  margin: 0px;
  /* border: 1px solid grey; */
  border-spacing: 0;
}

.legend td {
  vertical-align: middle;
  text-align: left;
  /* border: 1px solid grey; */
  /* background-color: red; */
}

/* OUTER LEGEND TABLE */

.outer-legend {
  border-collapse: collapse;
  margin: 0px;
  padding: 0px;
  border-spacing: 0;
}

.outer-legend td {
  vertical-align: middle;
  text-align: left;
  /* border: 1px solid grey; */
  padding: 0px;
  margin: 0px;
}

.special-bottom {
  height: 20px;
  margin: 3px 0px;
  padding: 0px;
  /* opacity: 0.8; */
}

hr {
  border: none;
  height: 1px;
  border-bottom: 1px solid rgb(225, 225, 225);
  margin: 20px 0px;
}

a:link,
a:hover,
a:active,
a:visited {
  color: rgb(75, 70, 193);
}
