.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;
}

.smaller {
    font-size: 90%;
}

.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%;
	}

	.btnContainer4 {
		width: 100%;
		height: 25%;
	}

    .btnContainer5 {
        width: 100%;
        height: 20%;
    }
}

.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;
	}
}