body {
	margin: 0;
	width: 100%;
	height: 490px;
	overflow: hidden;
	font-family: Arial, sans-serif;
	color: rgba(69, 69, 69, 1);
}

.container {
	position: relative;
	background-color: #000;
	background-image: url(../img/background.jpg);
	width: 100%;
	height: 100%;
}

.yearpicker {
	position: relative;
	background-color: 000;
	color: #dbdbdb;
	width: 100px;
	height: 490px;
	overflow: scroll;
	outline: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-right: 1px solid #565656;
	float: left;
}

.yearpicker ul {
	position: relative;
	list-style: none;
	cursor: pointer;
}

.yearpicker li {
	margin-top: 8px;
	padding: 2px;
	text-align: center;
	position: relative;
	left: -20px;
	font-weight: 300;
}

.yearpicker li:hover:not(.active) {
	background-color: #585858;
}

.active {
	background-color: #585858;
	color: #fff;
}

.test {
	background-color: red;
}

.viewport {
	width: 100%;
	height: 300px;
	margin-top: auto;
	margin-bottom: auto;
	position: relative;
	margin-left:110px;
}

.ui-accordion-content {
	font-size: 14px;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 10px 15px;
	margin-top: -2px;
	height: 110px;
	font-weight: 300;
	max-width: 320px;
	}

.ui-widget-content {
	position: relative;
	padding-right: 20px;

}

.ui-accordion-header {
	font-size: 1em;
	font-weight: 300;
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	padding: 4px 10px;
	margin-bottom: 2px;
	width: 100%;
	outline: none;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	max-width: 320px;
}

.ui-state-active {

	
}

.winner {
	position: relative;
	font-size: 1.2em;
	color: #808080;
	left: 15px;
	vertical-align: middle;
	padding-right: 120px;
}

.film {
	position: relative;
	font-size: 1em;
	font-weight: 300;
	color: #b2b2b2;
	left: 15px;
	padding-right: 120px;
}

.img {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	top: 5px;
	border-radius: 3px;
	max-width: 60px;
}

.extraoscar {
	position: relative;
	font-size: 1em;
	top: 10px;
	padding-right: 120px;
}
