p {
  padding-bottom: 20px;
}

i {
    font-style: normal !important;
}

.inline {
  margin-right: 10px;
}

.reduce {
  justify-content: flex-end !important;
}

.pad-right {
  padding-right: 20px;
}

.z-top {
  z-index: 10;
}

.score table {
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #ccc !important;
  border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  width: 100%;
}

.score td {
  font-size: 16px;
  padding: 0 15px 5px;
  width: 33%;
}

.score td:nth-child(1) {
  width: 24%;
}
.score td:nth-child(3) {
  width: 36%;
}
.score td:nth-child(2) {
  width: 40%;
} 

.score img {
  width: 120px !important;
}

.score.large td {
  font-size: 42px;
  width: 33% !important;
  padding: 20px;
}

.score.large tr:nth-child(-n+2) td {
  border-bottom: solid 1px #ccc;
}

.score.large tr:nth-child(1) td {
  background-color: #efefef;
}

.score.large img {
  width: 200px !important;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ba-item-content-slider .active >.ba-grid-column,
.active > .ba-slideshow-caption {
    display: flex !important;
}

.border-bottom {
  border-bottom: solid 1px #ccc;
}

.noimage .ba-slideshow-img {
  display: none;
}

.min10 {
  min-height: 10px !important;
}