#pcHeader, #mobileHeader {
    text-align: center;
    margin-bottom: 10px;
}
.clickable {
	cursor: pointer;
	font-weight: 700 !important;
	color: #444444 !important;
}

#myBody {
    color: #000000;
}

.clickable:hover {
	text-decoration: underline;
}

.narrow {
    white-space: nowrap;
    width: 1%;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 25px;
  text-align: center;
  vertical-align: middle;
}

#buttonsRow {
	display: flex;
	width: 100%;
	position: fixed;
	bottom: 0px;
	right: 0px;
	padding: 5px;
}

.btnContainer {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25%;
	text-align: center;
}

.table-bordered, .table-bordered td, .table-bordered th, .table-bordered tr, .table-bordered thead th {
    border-color: #888888;
}

@media (min-width: 576px) {
	#buttonsRow {
		display: block;
		width: 60px;
		height: 100%;
	}
	.btnContainer {
		width: 100%;
		height: 25%;
	}
}

.table-img {
	vertical-align: baseline;
}

#bImage {
	max-width: 6em;
}

#marginCol {
	width: 60px;
}

@media (min-width: 1200px) {
	#tabB {
		max-width: 500px;
	}
}

#footerImg {
	max-width: 8em;
}

.tooltip-inner {
	color: #212529;
	background-color: #f8f9fa;
	border: 1px solid #212529;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #212529;
}

.might-be-long-cell {
	max-width: 158px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#tdMail {
	font-weight: 500 !important;
}

#boardToCopy span {
	display: inline-block;
}

@media print {
	.row {
		display: block;
	}
	
	footer .row {
		display: flex !important;
	}
	
	table tr td, table tr th, table .clickable, #pairH, footer, .boardInfo {
		color: #000000 !important;
	}
	
	.clickable, a.clickable {
		font-weight: 500 !important;
		text-decoration: none;
	}	

    #myBody {
        min-width: auto !important;
    }
	
	#buttonsRow, #boardNavUp, #boardNavDown, #chooseLanguageDiv {
		display: none !important;
	}
	
	#contentB .row {
		display: flex;
	}
	
	#scoresTable {
		display: block !important;
	}
}
.badge-primary {
  background-color: #222 !important;
  color: #fff;
  -webkit-animation: Gradient 15s linear infinite;
  -moz-animation: Gradient 15s linear infinite;
  animation: Gradient 15s linear infinite;
  background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
  background-size: 400% 400%;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}

@-moz-keyframes Gradient {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}

@keyframes Gradient {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}
#contentR td:nth-child(7),
#contentR td:nth-child(1) {
  font-size: 16px;
}
#contentR td:nth-child(3) {
  font-weight: 700 !important;
  color: #6c757d !important;
}
#topNavbar, #topNavbar div, .navbar, .navbar-brand, .nav-link {
  background-color: #222 !important;
  color: white !important;
}
.navbar-brand {
  display: none;
}

.nav-link {
  font-size: 18px;
}

