.content {
	min-height: 100vh;
	padding: 6rem 1.5rem 6.375rem 1.5rem;
}

th {
	font-weight: 800;
	text-align: inherit;
}

thead, tbody, tfoot, tr, td, th {
	border-color: inherit;
  border-style: solid;
	border-width: 0;
}

.border-top {
	border-top: 1px solid cbd0dd !important;
}

.border-translucent {
	border-color: rgba(203,208,221,0.54) !important;
}

.table>:not(caption)>*>* {
  padding: 1rem 0.5rem;
}

.table>thead>tr>th {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	line-height: 1;
}

.table-link {
	display: flex;
}

.sort {
}

#Scores {
	padding-top: 4rem;
}

@media (min-width: 992px) {
  .content {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
		margin-left: 16rem;		
		padding-bottom: 4rem;
  }
}