#inventorySortOptions .sort,
#inventory .sort {
  background-color: #71423d;
  font-family: 'Architects Daughter';
  color: $gold;
  border-top: 3px solid #906060;
  border-left: 3px solid #906060;
  border-bottom: 3px solid #380f0f;
  border-right: 3px solid #380f0f;
  box-shadow: 0px 0px 0px 1px $gold, 0px 0px 0px 2px #daa520;
  text-shadow: -2px -2px 3px #000;
  border-radius: 3px;
  cursor: url("/assets/art/cursors/hand.png"), auto;
  font-size: 1.25rem;
  padding: 0 16px;
  font-size: 0.875rem;
  padding: 0px 4px;
  margin: 3px;
  height: 18px;
  display: inline-block;
  line-height: 16px;
}
#inventorySortOptions .sort:hover,
#inventory .sort:hover {
  color: #ffe740;
  filter: drop-shadow(0px 0px 4px $gold);
}
.hunger,
.thirst {
  font-family: 'Caveat';
  font-size: 1.1rem;
}
.hunger:before,
.thirst:before {
  font-family: 'Permanent Marker';
  font-size: 1.1rem;
}
.hunger {
  display: block;
  position: absolute;
}
.hunger:before {
  content: 'Satiety level: ';
}
.hunger:after {
  content: ' %';
}
.thirst {
  display: block;
  position: absolute;
}
.thirst:before {
  content: 'Hydration level: ';
}
.thirst:after {
  content: ' %';
}
#characterPresentation {
  width: 1050px;
  min-height: calc(94% - 150px);
  height: 85%;
  overflow: hidden;
}
#characterPresentation .alignment-slider {
  margin: 10px 30px;
}
#characterPresentation .hunger {
  top: 370px;
  left: 480px;
}
#characterPresentation .thirst {
  top: 392px;
  left: 453px;
}
#characterPresentation #voices-container {
  position: absolute;
  top: 60%;
  right: 20px;
  max-width: 300px;
  overflow: hidden;
}
#characterPresentation #voices-container:before {
  content: 'Voice: ';
}
#characterPresentation #voices-container #voices {
  max-width: 250px;
}
#characterPresentation #characterPresentation-container {
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
  top: 40px;
  min-height: calc(100% - 30px);
  height: calc(100% - 30px);
  margin: 0 0 30px 0;
}
#characterPresentation #characterPresentation-container .chat {
  display: block;
  top: 240px;
  position: relative;
}
#chatWindow #encounterQuestion {
  height: 25px;
}
#chatWindow .close {
  right: 25px;
  position: absolute;
  font-size: 1.875rem;
}
#chatWindow h1.characterName {
  margin: 0 0 30px 0;
}
#mapAIchat .chat:before {
  content: '';
}
#mapAIchat .chatDialogue {
  overflow-y: scroll;
  height: 320px;
}
#characterPresentation-container .chat:before {
  content: 'Chat';
  font-family: 'Permanent Marker';
  font-size: 2.5rem;
  color: #380f0f;
}
#characterPresentation-container .chat #characterQuestion,
#mapAIchat .chat #characterQuestion {
  width: 90%;
  height: 40px;
}
#characterPresentation-container .chat .entry,
#mapAIchat .chat .entry {
  background-color: rgba(0,0,0,0.1);
  border-radius: 10px;
  margin: 20px;
  text-align: left;
  font-family: 'Caveat';
  font-size: 1.5625rem;
  padding: 10px;
}
#characterPresentation-container .chat .entry.user,
#mapAIchat .chat .entry.user {
  background-color: rgba(0,0,0,0.2);
  text-align: center;
}
#characterPresentation-container .chat .entry.answer,
#mapAIchat .chat .entry.answer {
  padding-left: 85px;
  background-size: 64px;
  background-repeat: no-repeat;
  background-position: 10px -32px;
  min-height: 80px;
  font-family: 'Architects Daughter';
  font-size: 1.25rem;
}
#characterPresentation-container .chat .chatDialogue .entry,
#mapAIchat .chat .chatDialogue .entry {
  display: none;
}
#characterPresentation-container .chat .chatDialogue .entry:nth-last-child(-n+5),
#mapAIchat .chat .chatDialogue .entry:nth-last-child(-n+5) {
  display: block;
}
#characterPresentation-container .story,
#mapAIchat .story {
  display: block;
  top: 300px;
  position: relative;
}
#characterPresentation-container .story:before,
#mapAIchat .story:before {
  content: 'Backstory';
  font-family: 'Permanent Marker';
  font-size: 2.5rem;
  color: #380f0f;
}
#characterPresentation #character-dice h2 {
  color: #380f0f;
  font-family: 'Permanent Marker';
  font-size: 2.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 0px;
}
#characterPresentation #inventorySortOptions {
  position: absolute;
  top: 290px;
  left: calc(50% + 45px);
  text-align: center;
  transform: translateX(-50%);
}
#characterPresentation div#close {
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: url("/assets/art/cursors/hand.png"), auto;
}
#characterPresentation #neededForNextLevel {
  position: absolute;
  left: 173px;
  width: 300px;
  text-align: center;
  top: 38%;
  font-family: 'Caveat';
  font-size: 1.25rem;
}
#characterPresentation #neededForNextLevel:before {
  content: 'Next Level: ';
  font-family: 'Permanent Marker';
  font-size: 1rem;
}
#characterPresentation div.treassure .gems.gem {
  width: 100%;
  margin-top: 2rem;
}
#characterPresentation div.treassure .gems.gem .gem {
  text-align: left;
}
#characterPresentation div.treassure .gems.gem .gem:not(.appraised):before {
  content: '(unapp.)';
  height: 20px;
  width: 100px;
  position: absolute;
  left: 70%;
}
#characterPresentation div.treassure .treassureweight {
  position: absolute;
  top: 2.6rem;
}
#characterPresentation div.treassure .coin {
  position: relative;
}
#characterPresentation div.treassure .give-coin {
  position: absolute;
  font-size: 0.9375rem;
  left: 0px;
  top: 4px;
  width: 20px;
  margin: 0;
  padding: 2px;
  z-index: 10;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
#characterPresentation div#inventory-list {
  font-family: 'Caveat';
  font-weight: 600;
  position: absolute;
  top: 0px;
  left: 430px;
  border: 2px solid $darkBrown;
  border-radius: 4px;
  width: 270px;
  height: 311px;
  padding-top: 10px;
  box-shadow: inset -1px -1px 10px #000;
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 1.25em;
}
#characterPresentation div#inventory-list .inventory-item {
  position: relative;
}
#characterPresentation div#inventory-list .inventory-item .consumeButton {
  font-size: 1rem;
  position: absolute;
  right: 5px;
  bottom: 10px;
  width: 40px;
  padding: 0;
  height: 50px;
}
#characterPresentation div#inventory-list .inventory-item .delete-item {
  position: absolute;
  font-size: 0.9375rem;
  left: 40px;
  top: 4px;
  width: 20px;
  margin: 0;
  padding: 2px;
  z-index: 10;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
#characterPresentation div#inventory-list .inventory-item .give-item {
  position: absolute;
  font-size: 0.9375rem;
  left: 0px;
  top: 4px;
  width: 20px;
  margin: 0;
  padding: 2px;
  z-index: 10;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
#characterPresentation div#inventory-list div {
  height: auto;
  line-height: 40px;
  background-repeat: no-repeat;
  background-size: 35px;
  text-align: left;
  padding: 0px 0px 0px 40px;
  margin: 0 0 0 0px;
  background-position: left 2px;
  width: calc(100% - 40px);
  letter-spacing: -0.5px;
  font-weight: 400;
  white-space: nowrap;
}
#characterPresentation div#inventory-list div:nth-child(odd):visible {
  background-color: rgba(0,0,0,0.15);
}
#characterPresentation div#inventory-list div:last-child {
  margin-bottom: 40px;
}
#characterPresentation .fa-swords {
  width: 14px;
  height: 12px;
  color: $gold;
  margin: 0px 0px -4px 0px;
  padding: 0px;
}
#characterPresentation #org-hp {
  position: absolute;
  left: 380px;
  top: 24%;
  font-family: 'Caveat';
  font-size: 1.25rem;
}
#characterPresentation #org-hp:before {
  content: '/ ';
}
#characterPresentation #totalWeight {
  position: absolute;
  top: 330px;
  left: 430px;
  width: 275px;
  font-family: 'Caveat';
  font-size: 1.5625rem;
}
#characterPresentation #totalWeight:before {
  content: 'Total Weight: ';
  font-family: 'Permanent Marker';
  font-size: 1rem;
}
#characterPresentation #totalWeight:after {
  content: ' lbs';
  font-family: 'Permanent Marker';
  font-size: 1rem;
}
#characterPresentation .character {
  background-repeat: no-repeat;
  background-position-x: calc(88%);
  background-position-y: calc(0.5% - 128px);
  font-weight: 100;
  background-size: 128px;
  image-rendering: auto;
}
#characterPresentation .character .name {
  font-size: 1.875rem;
  width: 400px;
  font-size: 1.5rem;
  border-bottom: 2px solid $darkBrown;
  font-weight: 100;
  text-align: left;
  padding: 20px 0px 5px 0;
  line-height: 0.8rem;
  font-family: 'Caveat';
}
#characterPresentation .character .name:before {
  content: 'Name: ';
  font-family: 'Permanent Marker';
}
#characterPresentation .character .class {
  font-size: 1.5rem;
  border-bottom: 2px solid $darkBrown;
  font-weight: 100;
  text-align: left;
  padding: 20px 0px 5px 0;
  line-height: 0.8rem;
  font-family: 'Caveat';
  font-size: 1.5rem;
  display: inline-block;
  width: 195px;
}
#characterPresentation .character .class:before {
  content: 'Class: ';
  font-family: 'Permanent Marker';
}
#characterPresentation .character .race {
  font-size: 1.5rem;
  border-bottom: 2px solid $darkBrown;
  font-weight: 100;
  text-align: left;
  padding: 20px 0px 5px 0;
  line-height: 0.8rem;
  font-family: 'Caveat';
  font-size: 1.5rem;
  display: inline-block;
  width: 195px;
  margin: 0 600px 5px 10px;
}
#characterPresentation .character .race:before {
  content: 'Race: ';
  font-family: 'Permanent Marker';
}
#characterPresentation .character .height {
  font-size: 1.5rem;
  border-bottom: 2px solid $darkBrown;
  font-weight: 100;
  text-align: left;
  padding: 20px 0px 5px 0;
  line-height: 0.8rem;
  font-family: 'Caveat';
  font-size: 1.3rem;
  display: inline-block;
  width: 78px;
  margin: 0 10px 5px 0;
}
#characterPresentation .character .height:before {
  font-size: 0.9375rem;
  content: 'Height: ';
  font-family: 'Permanent Marker';
}
#characterPresentation .character .weight {
  font-size: 1.5rem;
  border-bottom: 2px solid $darkBrown;
  font-weight: 100;
  text-align: left;
  padding: 20px 0px 5px 0;
  line-height: 0.8rem;
  font-family: 'Caveat';
  font-size: 1.3rem;
  display: inline-block;
  width: 90px;
  margin: 0 10px 5px 0;
}
#characterPresentation .character .weight:before {
  font-size: 0.9375rem;
  content: 'Weight: ';
  font-family: 'Permanent Marker';
}
#characterPresentation .character .age {
  font-size: 1.5rem;
  border-bottom: 2px solid $darkBrown;
  font-weight: 100;
  text-align: left;
  padding: 20px 0px 5px 0;
  line-height: 0.8rem;
  font-family: 'Caveat';
  font-size: 1.3rem;
  display: inline-block;
  width: 80px;
  margin: 0 10px 5px 0;
}
#characterPresentation .character .age:before {
  font-size: 0.9375rem;
  content: 'Age: ';
  font-family: 'Permanent Marker';
}
#characterPresentation .character .gender {
  font-size: 1.5rem;
  border-bottom: 2px solid $darkBrown;
  font-weight: 100;
  text-align: left;
  padding: 20px 0px 5px 0;
  line-height: 0.8rem;
  font-family: 'Caveat';
  font-size: 1.3rem;
  display: inline-block;
  width: 115px;
  margin: 0 595px 5px 0;
}
#characterPresentation .character .gender:before {
  font-size: 0.9375rem;
  content: 'Gender: ';
  font-family: 'Permanent Marker';
}
#characterPresentation .character .statistics .abilities .strength {
  font-size: 1.5rem;
  border-bottom: 2px solid $darkBrown;
  font-weight: 100;
  text-align: left;
  padding: 20px 0px 5px 0;
  line-height: 0.8rem;
  font-family: 'Caveat';
  font-size: 1.5625rem;
  width: 200px;
  font-family: 'Caveat';
  line-height: 0.6rem;
}
#characterPresentation .character .statistics .abilities .strength:before {
  content: 'Strength: ';
  font-family: 'Permanent Marker';
  width: 130px;
  display: inline-block;
  margin: 0 5px 0 0;
  text-align: right;
  font-size: 1.25rem;
}
#characterPresentation .character .statistics .abilities .dexterity,
#characterPresentation .character .statistics .abilities .dexterety {
  font-size: 1.5rem;
  border-bottom: 2px solid $darkBrown;
  font-weight: 100;
  text-align: left;
  padding: 20px 0px 5px 0;
  line-height: 0.8rem;
  font-family: 'Caveat';
  font-size: 1.5625rem;
  width: 200px;
  font-family: 'Caveat';
  line-height: 0.6rem;
}
#characterPresentation .character .statistics .abilities .dexterity:before,
#characterPresentation .character .statistics .abilities .dexterety:before {
  content: 'Dexterity: ';
  font-family: 'Permanent Marker';
  width: 130px;
  display: inline-block;
  margin: 0 5px 0 0;
  text-align: right;
  font-size: 1.25rem;
}
#characterPresentation .character .statistics .abilities .constitution {
  font-size: 1.5rem;
  border-bottom: 2px solid $darkBrown;
  font-weight: 100;
  text-align: left;
  padding: 20px 0px 5px 0;
  line-height: 0.8rem;
  font-family: 'Caveat';
  font-size: 1.5625rem;
  width: 200px;
  font-family: 'Caveat';
  line-height: 0.6rem;
}
#characterPresentation .character .statistics .abilities .constitution:before {
  content: 'Constitution: ';
  font-family: 'Permanent Marker';
  width: 130px;
  display: inline-block;
  margin: 0 5px 0 0;
  text-align: right;
  font-size: 1.25rem;
}
#characterPresentation .character .statistics .abilities .intelligence {
  font-size: 1.5rem;
  border-bottom: 2px solid $darkBrown;
  font-weight: 100;
  text-align: left;
  padding: 20px 0px 5px 0;
  line-height: 0.8rem;
  font-family: 'Caveat';
  font-size: 1.5625rem;
  width: 200px;
  font-family: 'Caveat';
  line-height: 0.6rem;
}
#characterPresentation .character .statistics .abilities .intelligence:before {
  content: 'Intelligence: ';
  font-family: 'Permanent Marker';
  width: 130px;
  display: inline-block;
  margin: 0 5px 0 0;
  text-align: right;
  font-size: 1.25rem;
}
#characterPresentation .character .statistics .abilities .wisdom {
  font-size: 1.5rem;
  border-bottom: 2px solid $darkBrown;
  font-weight: 100;
  text-align: left;
  padding: 20px 0px 5px 0;
  line-height: 0.8rem;
  font-family: 'Caveat';
  font-size: 1.5625rem;
  width: 200px;
  font-family: 'Caveat';
  line-height: 0.6rem;
}
#characterPresentation .character .statistics .abilities .wisdom:before {
  content: 'Wisdom: ';
  font-family: 'Permanent Marker';
  width: 130px;
  display: inline-block;
  margin: 0 5px 0 0;
  text-align: right;
  font-size: 1.25rem;
}
#characterPresentation .character .statistics .abilities .charisma {
  font-size: 1.5rem;
  border-bottom: 2px solid $darkBrown;
  font-weight: 100;
  text-align: left;
  padding: 20px 0px 5px 0;
  line-height: 0.8rem;
  font-family: 'Caveat';
  font-size: 1.5625rem;
  width: 200px;
  font-family: 'Caveat';
  line-height: 0.6rem;
}
#characterPresentation .character .statistics .abilities .charisma:before {
  content: 'Charisma: ';
  font-family: 'Permanent Marker';
  width: 130px;
  display: inline-block;
  margin: 0 5px 0 0;
  text-align: right;
  font-size: 1.25rem;
}
#characterPresentation .character .statistics .abilities .xp {
  font-size: 2.5rem;
  font-family: 'Caveat';
  position: absolute;
  border: 2px solid $darkBrown;
  border-radius: 4px;
  left: 224px;
  top: 120px;
  width: 190px;
  height: 76px;
  padding: 20px 0 10px 0;
  line-height: 34px;
}
#characterPresentation .character .statistics .abilities .xp:before {
  font-family: 'Permanent Marker';
  content: 'Experience Points';
  font-size: 1.25rem;
  position: absolute;
  left: 50%;
  top: -16px;
  transform: translateX(-50%);
  width: 190px;
  font-weight: 100;
  text-shadow: 1px 1px 2px #000, 1px 1px 2px #000;
  color: $softWhite;
}
#characterPresentation .character .statistics .abilities .xpbonus {
  position: absolute;
  top: 180px;
  left: 282px;
}
#characterPresentation .character .statistics .abilities .xpbonus:before {
  content: 'Bonus: ';
  font-family: 'Architects Daughter';
}
#characterPresentation .character .statistics .abilities .xpbonus:after {
  content: '%';
}
#characterPresentation .character .statistics .abilities .special {
  position: absolute;
  right: 15px;
  top: 40px;
  width: 300px;
  border: 2px solid $darkBrown;
  border-radius: 4px;
  padding-top: 42px;
  height: 100px;
  overflow-x: hidden;
  overflow-y: scroll;
}
#characterPresentation .character .statistics .abilities .special:empty {
  display: none;
}
#characterPresentation .character .statistics .abilities .special:before {
  content: 'Special Abilities';
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.875rem;
  width: 300px;
  font-family: 'Permanent Marker';
  text-shadow: 1px 1px 2px #000, 1px 1px 2px #000;
  color: $softWhite;
}
#characterPresentation .character .statistics .abilities .special.alone {
  height: 264px;
  top: 50px;
}
#characterPresentation .character .statistics .abilities .special.alone:before {
  top: -9px;
  left: 50%;
}
#characterPresentation .character .statistics .abilities .special button {
  margin: 0 0 15px 0;
  font-size: 1rem;
}
#characterPresentation .character .statistics .abilities .spells {
  position: absolute;
  right: 15px;
  top: 214px;
  width: 300px;
  border: 2px solid $darkBrown;
  border-radius: 4px;
  padding-top: 42px;
  height: 100px;
  overflow-x: hidden;
  overflow-y: scroll;
}
#characterPresentation .character .statistics .abilities .spells:empty {
  display: none;
}
#characterPresentation .character .statistics .abilities .spells:before {
  content: 'Memorized Spells';
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.875rem;
  width: 300px;
  font-family: 'Permanent Marker';
  text-shadow: 1px 1px 2px #000, 1px 1px 2px #000;
  color: $softWhite;
}
#characterPresentation .character .statistics .abilities .spells.alone {
  height: 264px;
  top: 50px;
}
#characterPresentation .character .statistics .abilities .spells.alone:before {
  top: -9px;
}
#characterPresentation .character .statistics .abilities .spells button {
  margin: 0 5px 15px 5px;
  font-size: 1rem;
}
#characterPresentation .character .statistics .abilities .level {
  font-size: 1.5625rem;
  width: 200px;
  font-family: 'Caveat';
  line-height: 0.6rem;
  font-size: 1.5rem;
  border-bottom: 2px solid $darkBrown;
  font-weight: 100;
  text-align: left;
  padding: 20px 0px 5px 0;
  line-height: 0.8rem;
  font-family: 'Caveat';
  position: absolute;
  top: 97%;
  left: 0px;
}
#characterPresentation .character .statistics .abilities .level:before {
  content: 'Level: ';
  font-family: 'Permanent Marker';
  width: 130px;
  display: inline-block;
  margin: 0 5px 0 0;
  text-align: right;
  font-size: 1.25rem;
}
#characterPresentation .character .statistics .armour {
  border: 2px solid $darkBrown;
  border-radius: 4px;
  height: 80px;
  width: 415px;
  position: absolute;
  top: 123%;
  padding-bottom: 15px;
}
#characterPresentation .character .statistics .armour:before {
  content: 'Armour';
  font-family: 'Permanent Marker';
  position: absolute;
  left: 50%;
  top: -23px;
  transform: translateX(-50%);
  font-size: 1.875rem;
  text-shadow: 1px 1px 2px #000, 1px 1px 2px #000;
  color: $softWhite;
}
#characterPresentation .character .statistics .armour .armourclass {
  display: inline-block;
  font-family: 'Architects Daughter';
  background-image: url("/assets/art/images/shield.png");
  width: 44px;
  height: 44px;
  padding: 48px 23px 10px 17px;
  background-repeat: no-repeat;
  background-size: 80%;
  margin: -31px 0 0 0;
  text-align: center;
  background-position: 9px center;
  text-shadow: 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff;
  line-height: 1px;
}
#characterPresentation .character .statistics .armour .armourclass.acPierce {
  font-family: 'Caveat';
  position: absolute;
  left: 25%;
  top: 40px;
  transform: translateX(-50%);
  font-size: 2.1875rem;
  filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.502));
}
#characterPresentation .character .statistics .armour .armourclass.acPierce:before {
  content: 'Pierce';
  font-family: 'Architects Daughter';
  position: absolute;
  top: 12px;
  transform: translateX(-33%);
  font-size: 1rem;
  text-shadow: none;
  width: 100px;
  left: 50%;
  transform: translateX(-50%);
}
#characterPresentation .character .statistics .armour .armourclass.acSlash {
  font-family: 'Caveat';
  position: absolute;
  left: 50%;
  top: 40px;
  transform: translateX(-50%);
  font-size: 2.1875rem;
  filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.502));
}
#characterPresentation .character .statistics .armour .armourclass.acSlash:before {
  content: 'Slash';
  font-family: 'Architects Daughter';
  position: absolute;
  top: 12px;
  transform: translateX(-33%);
  font-size: 1rem;
  text-shadow: none;
  width: 100px;
  left: 50%;
  transform: translateX(-50%);
}
#characterPresentation .character .statistics .armour .armourclass.acBludgeon {
  font-family: 'Caveat';
  position: absolute;
  left: 75%;
  top: 40px;
  transform: translateX(-50%);
  font-size: 2.1875rem;
  filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.502));
}
#characterPresentation .character .statistics .armour .armourclass.acBludgeon:before {
  content: 'Blunt';
  font-family: 'Architects Daughter';
  position: absolute;
  top: 12px;
  transform: translateX(-33%);
  font-size: 1rem;
  text-shadow: none;
  width: 100px;
  left: 50%;
  transform: translateX(-50%);
}
#characterPresentation .hitpoints {
  font-size: 3.125rem;
  margin: 0px;
  border: 2px solid #71423d;
  border-radius: 4px;
  width: 190px;
  position: absolute;
  padding: 15px 0 0 0;
  top: 20px;
  left: 224px;
  height: 76px;
  font-family: 'Caveat';
}
#characterPresentation .hitpoints:before {
  content: 'Hitpoints';
  font-size: 1.25rem;
  position: absolute;
  left: 50%;
  top: -13px;
  transform: translateX(-50%);
  font-family: 'Permanent Marker';
  text-shadow: 1px 1px 2px #000, 1px 1px 2px #000;
  color: $softWhite;
}
#characterPresentation .movement {
  font-family: 'Caveat';
  position: absolute;
  top: 376px;
  left: 15px;
  border-bottom: 2px solid $darkBrown;
  font-size: 1.875rem;
  line-height: 30px;
  width: 150px;
  padding: 0px 30px 0px 80px;
}
#characterPresentation .movement:before {
  content: 'Movement: ';
  font-family: 'Permanent Marker';
  font-size: 1.25rem;
  position: absolute;
  left: 0px;
  top: 5px;
}
#characterPresentation .movement:after {
  content: ' Yards';
  font-family: 'Permanent Marker';
  font-size: 1.25rem;
  position: absolute;
  right: 0px;
  top: 5px;
}
#characterPresentation .attacks,
#characterPresentation .size,
#characterPresentation .hp-bar,
#characterPresentation .equipment {
  display: none;
}
#characterPresentation .treassure {
  font-weight: 100;
  font-size: 1.25rem;
  display: flex;
  flex-direction: row;
  font-family: 'Caveat';
  position: absolute;
  left: 430px;
  border: 2px solid #71423d;
  border-radius: 4px;
  top: 375px;
  width: 270px;
  height: 86px;
  padding-top: 10px;
  -webkit-box-shadow: inset -1px -1px 10px #000;
  box-shadow: inset -1px -1px 10px #000;
  overflow-y: scroll;
  flex-wrap: wrap;
  justify-content: center;
}
#characterPresentation .treassure div {
  padding: 0px 10px;
  height: 30px;
}
#characterPresentation .treassure div:empty {
  display: none;
}
#characterPresentation .treassure .cp:after {
  content: ' cp';
}
#characterPresentation .treassure .sp:after {
  content: ' sp';
}
#characterPresentation .treassure .gp:after {
  content: ' gp';
}
#characterPresentation .treassure .pp:after {
  content: ' pp';
}
#characterPresentation .treassure .gems:before {
  content: 'Gems: ';
}
#characterPresentation .proficiencies {
  position: relative;
  top: 255px;
  font-family: 'Caveat';
  font-weight: 600;
  border: 2px solid #71423d;
  border-radius: 4px;
  width: calc(100% - 20px);
  height: 200px;
  padding-top: 10px;
  -webkit-box-shadow: inset -1px -1px 10px #000;
  box-shadow: inset -1px -1px 10px #000;
  overflow-y: scroll;
  font-size: 1.25rem;
}
#characterPresentation .proficiencies:before {
  content: 'Proficiencies';
  position: absolute;
  font-size: 1.75rem;
  font-family: 'Permanent Marker';
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 800;
}
#characterPresentation .proficiencies .availableWeaponProficiencySlots:before,
#characterPresentation .proficiencies .availableNonWeaponProficiencySlots:before {
  content: 'Available Slots:';
  margin-right: 5px;
}
#characterPresentation #availableSpells {
  width: calc(100% - 20px);
  height: 300px;
  display: flex;
  top: 275px;
  position: relative;
  border: 2px solid #71423d;
  border-radius: 4px;
  flex-direction: row;
  justify-content: space-evenly;
  font-family: 'Caveat';
  font-weight: 400;
  padding-top: 10px;
  box-shadow: inset -1px -1px 10px #000;
  overflow-y: scroll;
  font-size: 1.25rem;
  align-items: flex-start;
  margin-bottom: 100px;
}
#characterPresentation #availableSpells:before {
  content: 'Known Spells';
  position: absolute;
  font-size: 1.75rem;
  font-family: 'Permanent Marker';
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 800;
}
#characterPresentation #availableSpells:after {
  content: '* Not yet functioning spells';
  position: fixed;
  font-size: 1rem;
  font-family: 'Caveat';
  bottom: 9px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 800;
}
#characterPresentation #availableSpells h3 {
  font-size: 1.375rem;
  font-weight: 600;
}
#characterPresentation #availableSpells .spell.available {
  cursor: url("/assets/art/cursors/hand.png"), auto;
  background-color: #71423d;
  font-family: 'Caveat';
  color: $gold;
  border-top: 3px solid #906060;
  border-left: 3px solid #906060;
  border-bottom: 3px solid #380f0f;
  border-right: 3px solid #380f0f;
  box-shadow: 0px 0px 0px 1px $gold, 0px 0px 0px 2px #daa520, 3px 3px 5px 2px #000;
  text-shadow: -2px -2px 3px #000;
  border-radius: 3px;
  cursor: url("/assets/art/cursors/hand.png"), auto;
  margin: 10px 0;
}
#characterPresentation .proficiencies {
  position: relative;
}
#characterPresentation .proficiencies .weaponProficiencies {
  width: 49.5%;
  height: auto;
  position: absolute;
  top: 40px;
  border-right: 1px solid rgba(0,0,0,0.251);
  left: 0%;
  min-height: 150px;
}
#characterPresentation .proficiencies .weaponProficiencies:before {
  content: 'Weapon Proficiencies';
  font-family: 'Permanent Marker';
  position: relative;
  top: -10px;
}
#characterPresentation .proficiencies .weaponProficiencies .weaponproficiency {
  width: 100%;
  text-align: center;
  position: relative;
  height: 40px;
}
#characterPresentation .proficiencies .nonWeaponProficiencies {
  width: 49.5%;
  height: auto;
  position: absolute;
  top: 40px;
  border-right: 1px solid rgba(0,0,0,0.251);
  left: 50%;
  min-height: 150px;
  padding-bottom: 15px;
}
#characterPresentation .proficiencies .nonWeaponProficiencies:before {
  content: 'General Proficiencies';
  font-family: 'Permanent Marker';
  position: relative;
  top: -10px;
}
#characterPresentation .proficiencies.warrior .weaponProficiencies {
  width: 29%;
  left: 0%;
}
#characterPresentation .proficiencies.warrior .nonWeaponProficiencies {
  width: 42%;
  left: 29%;
}
#characterPresentation .proficiencies.warrior .weaponSpecialization {
  width: 28%;
  height: auto;
  position: absolute;
  top: 40px;
  border-right: 1px solid rgba(0,0,0,0.251);
  left: 71%;
  min-height: 150px;
}
#characterPresentation .proficiencies.warrior .weaponSpecialization:before {
  content: 'Specialist Weapons';
  font-family: 'Permanent Marker';
  position: relative;
  top: -10px;
}
#characterPresentation .proficiencies.warrior .weaponproficiency:after {
  font-weight: 100;
  content: 'Specialize';
  position: absolute;
  right: 7px;
  font-size: 0.9375rem;
  line-height: 18px;
}
#characterPresentation .proficiencies.warrior[availableweaponproficiencyslots="0"] .weaponproficiency:after,
#characterPresentation .proficiencies.warrior[availableweaponproficiencyslots="0"] .weaponspecialization:after {
  display: none;
  content: '';
}
#characterPresentation .proficiencies.warrior .weaponspecialization.weaponExpert:after {
  font-family: 'Caveat';
  display: inline-block;
  content: ' (Expert)';
  border: 0;
  font-weight: 100;
  background: transparent;
  margin-left: 7px;
}
#characterPresentation .fighter .proficiencies:not([availableweaponproficiencyslots="0"]) .weaponspecialization:not(.weaponExpert):before {
  font-weight: 100;
  content: 'Expertice';
  position: absolute;
  right: 7px;
  font-size: 0.9375rem;
  line-height: 18px;
}
#characterPresentation .Fighter .proficiencies:not([availableweaponproficiencyslots="0"]) .weaponspecialization:not(.weaponExpert):before {
  font-weight: 100;
  content: 'Expertice';
  position: absolute;
  right: 7px;
  font-size: 0.9375rem;
  line-height: 18px;
}
#characterPresentation .proficiency {
  line-height: 35px;
}
#characterPresentation .proficiency.selected {
  cursor: url("/assets/art/cursors/hand.png"), auto;
}
#characterPresentation .proficiency.selected button {
  display: none;
}
#characterPresentation .proficiency .slots,
#characterPresentation .proficiency .abilitycheck {
  font-weight: 100;
}
#characterPresentation .proficiency button {
  margin: 0 5px;
  padding: 0 3px;
  line-height: 17px;
  font-size: 1rem;
}
#characterPresentation .available.proficiency {
  text-align: left;
  width: 90%;
  margin: 0 auto;
}
#characterPresentation .available.proficiency:hover {
  background-color: rgba(0,0,0,0.063);
}
#characterPresentation .available.proficiency button {
  float: right;
  top: 8px;
  position: relative;
}
#characterPresentation .proficiencyDetails .close {
  color: #000;
}
#characterPresentation .proficiencyDetails .proficiencyDetailsContainer {
  max-height: 66vh;
  overflow-y: scroll;
}
.camp #characterPresentation #voices-container {
  display: none;
}
/*
    border: 2px solid #71423d;
    border-radius: 4px;


    text-shadow: 1px 1px 2px #000, 1px 1px 2px #000;
    color: #f0e0c0;
*/
div#characterPresentation input.name-editor,
input.name-editor {
  position: absolute;
  top: 62px;
  left: 104px;
}
#give-options {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: center;
}
#give-options button {
  background-position: 2% calc(100% - 3px);
  background-size: 42px auto;
  background-repeat: no-repeat;
  padding: 10px 10px 10px 50px;
}
