
/*** T3SB identifier: t3sbs_footerSticky */

html {
	position:relative;
	min-height:100%
}
#page-footer {
	position:absolute;
	bottom:0;
	width:100%
}



/*** T3SB identifier: t3sbsCSSassets_2468 */

/* t3sbs_assets_2468 */
/*
.t3s-discogs__card .text-decoration-none.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
*/
.t3s-discogs__list-row a.text-dark {
  color: rgba(255, 255, 255, 0.75) !important;
}
.t3s-discogs__list-row .badge {
  border-radius: 0;
  padding: 4.2px 7.8px !important;
}

.t3s-discogs__detail .btn-outline-secondary,
.t3s-discogs__detail .btn-outline-dark {
  --bs-btn-color: rgba(255, 255, 255, 0.75);
  --bs-btn-border-color: rgba(255, 255, 255, 0.75);
}
.t3s-discogs__detail .badge {
  border-radius: 0;
  padding: 4.2px 7.8px !important;
}

.t3s-discogs__detail .card.bg-light {
  --bs-bg-opacity: 1;
  background-color: #444 !important;
}

.t3s-discogs__detail .bg-light {
  background-color: #f8f9fa !important;
}

	

