.pts {
	font-size: 12px;
}

.btn-accordion-a,
.btn-accordion-b {
	padding: 0 !important;
}

.placement-2, .placement-3, .placement-4 {
	opacity: .8
}

.placement-5, .placement-6, .placement-7, .placement-8 {
	opacity: .7
}

.btn-accordion-a .row .col,
.btn-accordion-a .row .col-auto,
.btn-accordion-b .row .col,
.btn-accordion-b .row .col-auto {
	font-size: 20px;
	cursor: default;
}

#stdings {
	margin: 0 !important;
	left: -86px;
	position: relative;
	background-image: linear-gradient(-45deg, transparent 3.5rem, #059cfa 3.5rem);
	background-color: rgba(0, 0, 0, 0);
	background-repeat: no-repeat;
	opacity: 0.5;
	z-index: 2;
}

#dsc {
	position: relative;
	z-index: 3;
	box-shadow: inset 0 5px 20px -20px rgba(0,0,0,0.4);
}

#stdings h2 {
	margin-left: 60px !important;
}

#stdings h2 a {
	color: #fff;
	text-decoration: none;
}

#stdings:hover {
	opacity: 1;
}

.col-name {
	text-align: left;
}

.col-place {
	background-color: #999;
	border: 1px solid #999;
	border-radius: 0.25rem;
	max-width: 60px !important;
	margin-left: 12px;
}

.mb-2 {
	margin-bottom: 0.1rem !important;
}

@media only screen and (max-width: 999px) {
	#map, #rw {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	#stdings {
		display: none;
	}

	.dropdown-menu {
		min-width: inherit;
		height: calc({{{showWeeks}}} * 20px + 200px);
		overflow-y: scroll;
		text-align: center;
	}

	#map, #rw {
		display: none;
	}

	.mb-2 {
		margin-bottom: 0 !important;
	}
}

@media only screen and (max-width: 475px) {
	.btn-accordion-a .row .col,
	.btn-accordion-a .row .col-auto,
	.btn-accordion-b .row .col,
	.btn-accordion-b .row .col-auto {
		font-size: 11px !important;
	}
