.instructions {
  position: absolute;
  left: 0px;
  top: 0px;  
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;
}

.instructions .popup {
  position: relative;
  background: #fff;
  top: 45px;
  left: 20px;
  width: calc(100% - 20px - 20px - 10px - 10px);
  padding: 10px;
  min-height: 256px;
}

.instructions .popup h1 {
  font-size: 14px;
  color: #fe8900;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}

.instructions .popup h2 {
  font-size: 30px;
  color: #000000;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.instructions .info {
  font-size: 16px;
  margin-top: 10px;
}

.instructions .popup button.close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 37px;
  height: 37px;
  cursor: pointer;
  border: none;
  outline: none;
  background: url('../8302-09-05-15-images/buttons/close.png') no-repeat;
}

.instructions .popup button.close:hover {
  opacity: 0.8;
}