.hwl-quest-info {
  float: right;
  background-color: rgba(255,0,0,.05);
  width: 30%;
  border: 1px solid #600;
  padding: 8px 8px 8px 8px;
  margin: 8px 6px 8px 8px;
}

.hwl-quest-info ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.hwl-quest-info .item-head {
  font-weight:bold;
  font-size: .9em;
}

.hwl-quest-info .item-content {
  font-size: .8em;
}

.hwl-quest-link {
  display: flex;
  color: #ccc;
  background-color: #822;
  height: 36px;
  width: 100%;
  border: 4px outset #644;  
  border-radius: 5px;
  font-weight: bold;
  padding: 0px;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  box-sizing: border-box;
}
.hwl-quest-link:hover {
  color: #fdd;
  background-color: #911;
}
.hwl-quest-link:active {
  color: #fdd;
  background-color: #911;
  border: 2px inset #644; 
  padding: 2px;
}