.tooltip-inner {
  background-color: transparent !important;
}

a > .nk-feature-2 {
	height: 180px !important;
}

.nazwa {
    font-weight: bold !important;
    text-align: center !important;
    bottom: 50px !important;
    line-height: 1.0 !important;
    position: absolute !important;
}

.obrazek-npc {
  height: auto !important;
  max-height: 64px !important;
  max-width: 100% !important;
}

div.shops {
	display: flex;
  background: #2f354180;
  border-radius: 4px;
}

div.shoplist {
	float: left;
	width: 50%;
}

.shoplist .title {
  padding: 5px 15px;
  color: #ddd;
  font-size: 16px;
  border-bottom: #dddddd44 solid 2px;
  border-radius: 2px;
}

.shoplist > div.row {
  width: 100%;
  margin-left: 0;
  justify-content: space-between;
  color: #fff;
  border-bottom: #dddddd44 dashed 1px;
}

.shoplist > div.row:hover {
  background: #292e3880;
}

div.row > div.data {
  min-width: 180px;
  color: #9e9e9e;
}

span.shopnote span.itemnote {
	font-weight: normal;
	font-size: small;
}

span.itemnote {
	font-style: italic;
}