.show_details {
  position: absolute;
  width: 300px;
  height: auto;
  background-color: white;
  padding: 8px;
  box-shadow: 3px 3px 6px #a3a3a3;
  border: 1px solid #bcbcbc;
  border-radius: 5px;
}

.show_details:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: -19px;
  top: 5px;
  border: 10px solid;
  border-color: #bcbcbc #bcbcbc transparent transparent;
}

.show_details:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: -16px;
  top: 6px;
  border: 15px solid;
  border-color: #fff #fff transparent transparent;
}

.show_details_close {
  cursor: pointer;
  position: absolute;
  background-image: url("/assets/close_x-3faf0b77.png");
  width: 30px;
  height: 30px;
}

.show_details .list_item_label {
  text-align: right;
  padding-right: 20px;
}
