body {
  background-color: black;
  color: white;
  font-family: 'VT323', monospace;
}

.container {
  margin-top: 50px;
  text-align: center;
}

.main {
  width: 904px;
  height: 584px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./../images/dh-ui-main-01.png);
  background-repeat: no-repeat;
  position: relative;
}

.help-button {
  position: absolute;
  top: 55px;
  right: 44px;
}

.rule-break {
  height: 5px;
  /* width: 205px; */
  margin-top: 8px;
  margin-bottom: 8px;
  background-image: url(./../images/console.png);

}

.readout {
  text-align: left;
  margin-top: 100px;
  margin-left: 40px;
  padding: 15px;
  height: 418px;
  width: 248px;
  background-image: url(./../images/console.png);
  background-repeat: no-repeat;
  float: left;
  font-size: 18px;
  overflow-y: auto;
}

.alignleft {
	float: left;
  color: orange;
}

.alignright {
	float: right;
}

.character-sheet {
  margin-top: 102px;
  height: 428px;
  width: 205px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 20px;
  float: left;
}

.player-portrait {
  position: relative;
  margin-top: 10px;
  padding-top: 6px;
  height: 214px;
  width: 208px;
  background-image: url(./../images/player-portrait.png);
  background-repeat: no-repeat;
}

.player {
  position: relative;
}

.portrait {
  margin-top: 102px;
  text-align: center;
  height: 315px;
  width: 278px;
  background-image: url(./../images/portrait.png);
  background-repeat: no-repeat;
  float: left;
}

.monster-name {
  margin-top: 10px;
  padding: 5px;
  height: 22px;
  width: 268px;
  text-align: center;
  font-size: 22px;
  background-image: url(./../images/portrait-name.png);
  background-repeat: no-repeat;
  float: left;
}

.monster-stats {
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  height: 22px;
  width: 238px;
  font-size: 20px;
  float: left;
}

.attack {
  margin-top: 30px;
}

.action-bar {
  margin-top: 20px;
  padding-left: 47px;
  padding-right: 47px;
  margin-left: auto;
  margin-right: auto;
  width: 446px;
  height: 60px;
  background-image: url(./../images/actionbar-01.png);
}

.icon {
  float: left;
  margin-top: 4px;
  margin-left: 5.0px;
  position: relative;
}

.icon-image {
  position: relative;
}

.quantity {
  position: absolute;
  bottom: 2px;
  left: 2px;
}

.icon .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.icon .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.icon:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.9);
}

/* Modal Content/Box */
.modal-content {
  background-color: black;
  background-image: url(./../images/dh-ui-main-01.png);
  background-repeat: no-repeat;
  margin: 50px auto;
  padding: 50px;
  width: 804px;
  height: 484px;
  font-size: 25px;
  z-index: 1;
}

.helpContent {
  margin-top: 30px;
  font-size: 20px;
  text-align: left;
}

.help-title {
  margin-bottom: 5px;
  color: orange;
}

.icon-help {
  color: orange;
  margin-left: 10px;
}

.small-icon {
  height: 20px;
  width: 20px;
  border: 1px solid grey;
  float: left;
}

.small-icon img {
  width: 100%
}

.returnButton {
  text-align: center;
}

.textButton:hover {
  color: white;
}

.textButton {
 cursor: pointer;
 color: orange;
}

.goblin-pic {
  float: left;
  padding-right: 20px;
  width: 150px;
}

.goblin-pic img {
  width: 100%;
  height: auto;
}

.chest-pic {
  float: left;
  padding-right: 20px;
  width: 190px;
}

.chest-pic img {
  width: 100%;
  height: auto;
}

.chest-choices {

}

.chest-loot {

}

.chest-trap {
  color: orange;
}

.shop-text {
  text-align: left;
  font-size: 21px;
}

.shop-list {
  width: 300px;
  float: left;
  margin: 15px 50px;
  text-align: left;
  font-size: 22px;
}

.shopItem {
  cursor: pointer;
}

.shopItem:hover {
  color: white;
}

h1 {
  color: orange;
}
