body{

  background-image: url("../../images/backgrounds/simple-old-paper-1-transparent.jpg");
  background-color: white;
  background-repeat: repeat;
  background-size: auto;
  width:100%;
  height: 100%;
  margin: 10px auto;
}


.mainpic{
  width: 70%;
  min-width: 900px;
}
#actorselect{
  width: 50%;
}
#finalresults{
	width: 60%;
}
.codeblock{
  display: inline-block;
  disabled: true;
  border: none;
  background-color:white;
  padding: 1em 0 0 0;
  height: 200px;
  width: 60%;
  text-align: left;
}
#headerpic{
  background-color: white;
  float:left;
  width:20%;
  margin: 2% 0% 2% 1%;
  min-width:200px;
  padding-top: 30px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#headerpic img{
  width: 100%;
}
#headcontent{
  background-color: white;
  margin: 2% 1% 2% 0%;
  padding: 10px;
  float: right;
  width: 74%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#main{
  background-color: white;
  clear: both;
  min-width: 900px;
  text-align: center;
  margin: 20px;
  padding: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.movietitle{
  font-weight: bold;
  font-style: italic;
  display: inline;
}
#topfive{
  display: inline-block;
  text-align: left;
}
.criteria{
  font-weight: bold;
  font-style: italic;
  display: inline;
}
.column{
  font-weight: bold;
  display: inline;
}
.code{
  font-family: "Courier New", Courier, monospace;
  display: inline;
}
.container{
  text-align: center;
}
.title{
  text-align: left;
  font-size: 20pt;
  color: #ffcccc;
  text-decoration: none;
  text-shadow: 0px 0px 3px black, 0 0 25px #5c8a8a, 0 0 5px #404040;

}
.codecontainer{
	text-align: center;
	width:100%;
	min-width: 300px;
}
@media screen and (min-width: 541px) {

}
@media screen and (max-width: 540px) {
	
}