/*
  .class
  #id
*/

* {
  box-sizing: border-box;
}

body {
  background: hsl(117, 89%, 41%);
  min-width: 1010px;
}

h1 {
  margin: 0px;
}

h2 {
  margin: 0px;
}

button {
  /*margin-right: 4px;*/
  margin: 5px;
}

#cmain {
  background: white;
  cursor: none;
  touch-action: none;
}

#cmap {
  background: white;
}

.divTitle {
  padding: 5px;
  font-size: 32px;
  font-weight: 600;
  display: grid;
  grid-template-columns: 64px 1fr;
  align-items: center;
  margin-bottom: 4px;
}

#logo {
  height: 48px;
  filter: drop-shadow(4px 4px 3px hsla(0, 0%, 0%, 45%));
}

.area {
  background-color: white;
  border: 4px solid black;
  border-radius: 4px;
  box-shadow: 4px 4px 3px hsla(0, 0%, 0%, 45%);
  width: fit-content;
}

.blur2px {
  filter: blur(2px);
}

#divUpgrades {
  display: inline-block;
  padding: 5px;
  height: 708px;
}

#divWinCanCont {
  display: grid;
  justify-items: center;
}

#gameContainer {
  display: grid;
  grid-template-columns: 513px 1fr;
  grid-row-gap: 5px;
  align-items: start;
}

td {
  border: 1px solid black;
  padding: 3px;
}

table {
  padding: 5px 0px 5px 0px;
}

#buttonRow {
  padding-top: 5px;
}

#checkRow1 {
  padding-top: 10px;
  padding-bottom: 10px;
}

#checkRow2 {
  padding-bottom: 10px;
}
