.option-right {
  padding-right: 16px;
  margin-bottom: 12px;
}

.arrow-back {
  cursor: pointer;
}

.arrow-block {	
  border-right: 2px solid #cccccc;	
  margin-right: 6px;	
  display: inline-flex;	
  padding: 6px 6px 6px 12px;	
}	
	
.title-block {	
  display: inline-block;	
}	

.tag-name {
  font-weight: 300;
  font-size: 32px;
}

.no-info-div {
  background: white;
  border: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  padding: 12px 12px 12px 12px;
}

.info-div {
  background: white;
  border: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  padding: 0px 12px 24px 12px;
}

.info-pre {
  border: 0px;
  max-height: fit-content;
}

#info-edit-button {
  margin-top: 0px;
  margin-bottom: 12px;
}

#images-container {
  margin-top: 12px;
}

harbor-tag {
  position: relative;
  top: 24px;
}