.movie-title {
	margin-top: 0
}

.movie-specs {
	margin-top: 0
}

.movie-poster {
	width: 33%; 
	max-width: 240px; 
	float: right; 
	margin: 1rem;
	border: solid 2px #999;
}

.crewless-icon {
	height: 36px;
	
	padding-bottom: 0;
	margin-bottom: -10px;

}

.features-page-header {
	background-image: url('features-01.jpg'); 
	background-position: center	
}

.menu-list {
	list-style-type: none; 
	margin: 0; 
	padding: 0;
}

.menu-list li {
	display: inline;
	margin-left: 1rem;
}

.btn--orange {
  background-color: #f39c12;
 
  border-radius:3px;
  
  padding:.5rem 1rem;
  border:2px solid #f27c00;
  color:#fff;
  text-decoration:none;
  text-align:center
}

.year, .runtime, .color-bw, .aspect-ratio {
  white-space: nowrap;
}

.caps {
	text-transform: lowercase; }
}

.crewless-icon {
	height: 10px;
	width: 10px;
}

.hide {
    
}

.btn--orange:hover{color:#fff;background-color:#f27c00}