body {
	font-family: 'Source Sans Pro', sans-serif;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

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

.navbar-dropdown {
	max-height: 20em;
	overflow: auto;
}

.alloy-wheels {
	margin-top: 2em;
	margin-left: 1em;
	margin-right: 1em;
}

.alloy-wheel-image {
	text-align: center;
}

.alloys-table {
	margin: 0 auto;
}

.table_wrapper {
	overflow-x: auto;
}


.table thead th {
	font-size: 1.5em;
}

.table td {
	font-size: 1.5em;
}