@font-face {
	font-family: 'solex';
	src: url('/theme/Frontend/fonts/SolexOTBD-Black.eot?#iefix') format('embedded-opentype'),  url('/theme/Frontend/fonts/SolexOTBD-Black.otf')  format('opentype'),
	     url('/theme/Frontend/fonts/SolexOTBD-Black.woff') format('woff'), url('/theme/Frontend/fonts/SolexOTBD-Black.ttf')  format('truetype'), url('/theme/Frontend/fonts/SolexOTBD-Black.svg#SolexOTBD-Black') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "source-code-pro-regular";
	src: url('/theme/Frontend/fonts/SourceCodeProBD-Regular.eot?#iefix') format('embedded-opentype'),  url('/theme/Frontend/fonts/SourceCodeProBD-Regular.otf')  format('opentype'),
	url('/theme/Frontend/fonts/SourceCodeProBD-Regular.woff') format('woff'), url('/theme/Frontend/fonts/SourceCodeProBD-Regular.ttf')  format('truetype'), url('/theme/Frontend/fonts/SourceCodeProBD-Regular.svg#SourceCodeProBD-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
body, th, td, th label {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: black;
	font-family: "source-code-pro-regular";
	font-weight: normal;
	font-size: 16px;
	line-height: 21px;
	text-transform: none;
}
h1 {
	font-family: "solex";
	font-size: 48px;
	line-height: 48px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 20px 0;
}
table {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
table, tr, th, td {
	margin: 0;
	padding: 0;
}
td, th {
	padding: 10px;
}
th {
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	margin: 6px 0 12px 0;
	text-transform: uppercase;
}
td {
	border-bottom: 1px solid #000;
}
img {
	width: 100px;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
}
a, a:hover, a:active, a:visited, th label, th label:hover {
	color: black;
	text-decoration: none;
	border-bottom: 1px solid #000;
	cursor: pointer;
}
td:last-child a, td:last-child a:hover, td:last-child a:active, td:last-child a:visited {
	border-bottom: none;
}
a:hover, th label:hover {
	color: #000;
}
th label {
	font-size: 13px;
}