/*

  COLOR SCHEME: #DEA681 (TUMBLEWEED)

*/

@font-face {
    font-family: 'Daley Bold';
    src: url("https://cdn.glitch.com/c755706d-7b1e-413e-81dd-32faf913ccf0%2FDaley-Bold.otf?v=1627934623767"); 
    src: url("https://cdn.glitch.com/c755706d-7b1e-413e-81dd-32faf913ccf0%2FDaley-Bold.otf?v=1627934623767") format("opentype");
    font-style: normal;
}

@font-face {
  font-family: "Josefin Sans";
  src: url(https://cdn.glitch.com/c755706d-7b1e-413e-81dd-32faf913ccf0%2FJosefinSans-Regular.ttf?1552078444633);
}

@font-face {
  font-family: "Poppins Medium";
  src: url(https://cdn.glitch.com/c755706d-7b1e-413e-81dd-32faf913ccf0%2FPoppins-Medium.ttf?v=1627937816564)
}

* {
  font-family: inherit;
  line-height: inherit;
}

a {
  text-decoration: none;
}

a:link, a:visited {
  color: #d0804b;
}

a:hover, a:active {
  border-bottom: 0.25rem dotted #d0804b;
  color: #d0804b;
}

body {
  background-color: #faf2ed;
  box-sizing: border-box;
  color: #000000;
  font-family: "Poppins Medium", sans-serif;
  font-size: 1.333rem;
  line-height: 1.333rem;
  margin: 2.37rem auto;
  max-width: 50rem;
}

button, input[type=submit] {
  font-size: 100%;
  font-weight: 800;
  color: #000000;
  border-radius: 0.25em;
  background-color: #e5b99c;
  border: 0.0625em solid #67391b;
  box-shadow: 0.125em 0.125em #000000;
  cursor: pointer;
  padding: 0.33rem 1rem 0.33rem;
}

button:hover, input[type=submit]:hover {
  background-color: #c56e34;
  color: #ffffff;
}

button:active {
  box-shadow: none;
}

footer {
  color: #ecccb7;
  font-size: 0.75rem;
  font-style: italic;
  margin-top: 2.37rem;
}

header {
  margin-bottom: 1.77rem;
}

h1 {
  font-size: 3.16rem;
}

input {
  border-radius: 0.25rem;
  border-width: 0.125rem;
  font-size: 1.77rem;
  line-height: 1.166rem;
}

table {
  border-collapse: collapse;
}

td, th {
  padding: 0.3333rem 1rem;
  vertical-align: top;
}

td:first, th:first {
  padding-left: 0;
}

td:last, th:last {
  padding-right: 0;
}

th {
  border-top: 0.125rem solid #000000;
  border-bottom: 0.125rem solid #000000;
}

#mainpanel {
  font-size: 1.33rem;
  line-height: 1.33rem;
}

#messagepanel {
  background-color: #f3dfd2;
  border: 0.125rem solid #160c06;
  border-radius: 0.25rem;
  font-size: 1.333rem;
  font-weight: 800;
  line-height: 1.333rem;
  padding: 0.75rem 0 0.5625rem;
  text-align: center;
}

#scoreboard {
  margin-top: 1.777rem;
}

#tagcloud {
  line-height: 1.777rem;
  margin-top: 1.777rem;
}

#tagcloud li {
  display: inline;
  list-style: none;
}

#uxpanel {
  display: flex;
  font-size: 1.333rem;
  margin-bottom: 1.777rem;
}

#uxpanel input {
  flex-grow: 1;
  margin-right: 0.25rem;
}

.celnum { 
  text-align: right;
}

.celtex {
  text-align: left;
}