.table-sm th,
.table-sm td {
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
	padding-left: 0.1rem;
	padding-right: 0.2rem;
	text-align: right !important;
}
.table thead th {
	text-align: right !important;
}
.tableR thead th {
	text-align: right !important;
}
.tableC thead th {
	text-align: center !important;
}
.table-hover tbody tr:hover {
	background-color: rgba(255, 0, 0, 1);
}
.nowrap {
	white-space: nowrap;
}
.card .card-header{
	background-color: rgba(113,130,138,.17);
	border-bottom: 1px solid rgba(0,0,0,.125);
}
.table-responsive {
	font-size: .9em;
	text-align: left !important;
}
.sortTableHeader th {
	color:#3473FF;
	cursor:pointer;
	text-align: left !important;
}
.LeftNavSecText {
	font-size: .8em;
	color: #222;
	line-height: 1.1;
	padding-left: 5px;
	padding-top: 5px;
	text-align: right !important;
}
.def {
	font-size: .8em;
	color: #222;
	line-height: 1.1;
	padding-left: 5px;
	padding-top: 5px;
	text-align: left !important;
}
.names {
	font-size: .8em;
	line-height: .8;
}
.generalTableText {
	font-size: .9em;
	color: #222;
	line-height: 1.2;
	padding-left: 5px;
	padding-top: 5px;
}
.statsTableText {
	font-size: .8em;
	color: #222;
	line-height: 1.1;
}
.bg-light{
	background-color: rgba(113,130,138,.17);
	border-bottom: 1px solid rgba(0,0,0,.125);
}