@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/font/InterVariable.woff2") format("woff2");
}
@font-face {
  font-family: InterVariable;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("/font/InterVariable-Italic.woff2") format("woff2");
}
* {
	margin: 0;
	padding: 0;	
}

body {
	background: #ececec;
	color:  #222;
	font-family: 'InterVariable', sans-serif;
	font-size: 1rem;
	line-height:1.44rem;
	font-feature-settings:"cv10"
}

section#table {
	margin: .5rem;
}

table {
	line-height: 2rem;
	width: 100%;
}

tr.odd {
	background: rgba(0,0,0,.05);
}

th,td {
	padding: .3rem .4rem;
}

.tablesorter-filter {
	width: 100%;
	line-height: 2.5rem;
	height: 2.5rem;
	font-size:1.8rem;
	padding: .3rem .4rem;
	text-align: center;
	font-family:'InterVariable';
	font-feature-settings:"zero","ss01";
}

#input {
	width: 90%;
	max-width: 40rem;
	margin:  1rem auto;
}

#input input {
	line-height: 2.5rem;
	height: 2.5rem;
	font-size:1rem;
	padding: .3rem .4rem;
	text-align: center;
}

#result {
	width: 35rem;
	font-size: 1.5rem;
	line-height: 1.8rem;
	margin: 2rem auto;
}

#input input:not([type="submit"]):not([type="radio"]),
#input select,
#input label {
	width: 50%;
	float: left;
	display: block;
	line-height: 2.5rem;
}

#input input:not([type="submit"]):not([type="radio"]) {
	font-feature-settings:"zero","ss01";
	font-family:"InterVariable";
}

#input input[type="radio"] {
	width: inherit;
}

#input label {
	opacity:.4;
	font-size: 1rem;
}

.sideInfo {
	display: block;
	font-size: 1rem;
	line-height: 1.2rem;
	color: rgba(0,0,0,.2);
	width: 25%;
	height: 100%;
	padding: .2rem;
	float: right;
	text-align: right;
	font-feature-settings:"zero","ss01"
}

a.imdbLink:link,
a.imdbLink:visited {
  text-decoration: none;
  color: inherit;
}

a.imdbLink:hover {
  color: blue;
}

.chip {
  font-size: 60%;
  line-height: 85%;
  background: lightgrey;
  color:#212121;
  border-radius: 4px;
  display: inline-block;
  margin-right: 2px;
  padding: 3px;
}

.chipHD {
  background: #f4e55b;
}

.chipFULLHD {
  background: #a0bd7f;
}

.chipUHD {
  background: #f87d56;
}