/* Move down content because we have a fixed navbar that is 50px tall */
.br-sm {
	border-radius: 2px;
}
.br-md {
	border-radius: 4px;
}
.br-lg {
	border-radius: 6px;
}
.br-xl {
	border-radius: 8px;
}

.mt-2 {
	margin-top: .5rem;
}

.handhover:hover {
	cursor: pointer;
}

.text-bold {
	font-weight: bold;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

  /* Remove the edge padding needed for mobile */

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 10px;
  }
  .flexMyChild-md {
	  display:flex;
  }
  .flexPrizePod {
	  flex:1;
	  flex-direction:column;
  }
}
/* custom well
-------------------------------------------------- */
.well-dark {
	background-color: #821111;
	background-image: none;
	border: 0;
	color: #FFFFFF;
}

/* Tables for series prizes
-------------------------------------------------- */
.tableScores {
	border:1px solid gray;
}
.tableScores th {
	background-color:#666666;
	color:#FFFFFF;
	font-weight:400;
}
.tableScores td,
.tableScores th {
	padding:4px 10px 4px 10px;
	text-align:center;
}
.tableScores tr:hover {
	background-color:#821111;
	color:white;
}
.tableScores tr td:first-child {
	text-align:left;
	font-weight:600;
}

.lastseason::after {
	content: "2024";
}
.thisseason::after {
	content: "2025";
}
.nextseason::after {
	content: "2026";
}
.minimumage::after {
	content: "2015";
}

.postponed {
	position: absolute;
	bottom: 90px;
	transform: rotate(-30deg);
	color: #821111;
	font-size: 2.5rem;
	font-weight: bold
}
.text-strikethrough {
	text-decoration: line-through;
}