@charset "UTF-8";
/************************** Obsługa flex-boxów **************************/
.user-offer-title {
  margin-bottom: 15px;
}

.user-offer-prices {
  margin-bottom: 10px;
}

.row.buy-btn {
  margin-top: 10px;
  margin-right: -15px !important;
  margin-left: -15px !important;
}

@media (max-width: 767px) {
  .chart-btn {
    width: 100%;
    text-align: center !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .chart-btn {
    width: 100%;
    text-align: center !important;
  }
}

.chart-offer-image {
  max-width: 550px;
  height: auto;
  width: 100%;
}

@media (max-width: 767px) {
  .offer-photo .rn-carousel {
    min-height: 400px !important;
  }
}

.score-table table {
  border-collapse: collapse;
  width: 100%;
}

.score-table td.score-table-place,
.score-table th.score-table-place {
  border: 1px solid #dddddd;
  text-align: center;
  padding: 8px;
  width: 75px;
}

.score-table td.score-table-score,
.score-table th.score-table-score {
  border: 1px solid #dddddd;
  text-align: center;
  width: 150px;
  padding: 8px;
}

.score-table td.score-table-name,
.score-table th.score-table-name {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.score-table img.score-table-medal {
  margin-right: 5px;
  height: 35px;
  width: 35px;
}

.score-table tr:nth-child(odd) {
  background-color: rgba(128, 128, 128, 0.1);
}

.score-table tr:nth-child(even) {
  background-color: rgba(128, 128, 128, 0.2);
}

/*.search-block-container {
	display: flex;
	justify-content: center;
	width: 100%;

	@include responsive('phone') {
		.search-block {
			width: 80%;
		}
	}

}*/