body {
	background-color: white;
	margin: 0;
}

header {
	text-align: center;
	padding: 15px 0 10px;
}

header h1 {
	font-size: 1.2em;
	font-family: 'Press Start 2P'
}

#video-search-results .item {
	margin-right: 4px;
    display: inline-block;
    width: 210px;
    margin-bottom: 24px;
    padding: 4px;
    border: 1px solid #EFEFEF;
}

#video-search-results .item .metadata {
	padding: 2px;
	font-size: 0.8em;
	height: 30px;
	overflow: hidden;
}

#video-search-results .item .actions {
	text-align: center;
	padding: 8px 4px;
}

#video-search-results .item .actions input {
	width: 40px;
	margin: 0 20px;
}

#tv-controls {
	margin: auto;
	margin-top: 10px;
	width: 800px;
	text-align: center;
	display: flow-root;
	font-size: 0.7em;
	color: gray;
}

#year-selector {
	width: 700px;
	margin: auto;
	text-align: center;
	padding: 10px;
}

#year-selector .selected {
	font-size: 1.4em;
	color: #fefefe;
	background-color: #2e78ac;
	border-radius: 15%;
}

#year-selector .year-selection {
}

#year-slider {
	width: 650px;
}

#tv-controls .tv-controls-buttons {
	display: inline-block;
}

#tv-controls .tv-controls-buttons-group {
	width: 150px;
	border: 0;
	display: inline-block;
	float: left;
}

#tv-controls .round-button {
	width: 30px;
	height: 30px;
	margin: 5px;
	border-radius: 50%;
	text-align: center;
}

#tv-controls .square-button {
	height: 30px;
	border-radius: 10%;
	margin: 5px;
	text-align: center;
	font-size: 0.6em;
}

#tv-controls .round-button-text {
	width: 60px;
	height: 60px;
	margin: 5px;
	border-radius: 50%;
	text-align: center;
	white-space: normal;
}


footer {
	background-color: #363636;
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	margin: 20px 0;
	padding: 20px;
	color: #efefef;
}

footer div {
	text-align: center;
	width: 60%;
	margin: auto;
	font-size: 0.8em;
}

footer a {
	color: white;
}