.hrBiljett {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.75), rgba(0, 0, 0, 0));
}
.movieInfo h3 {
	margin-bottom: 15px;
}
.movieInfo p {
	position: relative;
	bottom: 15px;
}
.movieInfo {
	padding: 0 10px;
}
.moviePicker, .movieList img, .movieList h3, .movieList .movieInfo{
	display: inline-block;
}
.moviePicker, .movieList, h1 {
	margin: 0 15px;
	padding: 10px;
}
.moviePicker h2 {
	font-size: 1em;
}
.moviePicker input{
	height: 35px;
	width: 200px;
	padding-left: 5px;
	margin-bottom: 20px;
	border-radius: 5px;
	border: 0;
}
.movieList img{
	max-width: 65px;
	margin: 0;
	cursor: pointer;
}
#bookButton {
	height: 40px;
}
#bookButton a {
	padding: 15px 55px;
}


@media only screen and (max-width: 1225px) {
	#bookButton {
		width: 200px;
		display: block;
		margin: 0 auto;
		margin-bottom: 30px;
		text-align: center;
	}
	.tickets article {
		margin: 0 auto;
		padding: 0 10px;
		text-align: center;
	}
	.tickets article section{
	text-align: left;
	}
	.moviePicker h2, .moviePicker h1{
		text-align: center;
	}
	.bokning article h1, .moviePicker  {
		text-align: center;
		display: block;
	}


	/*.moviePicker{							Om varje val ska ha en egen rad
		display: block;
	}*/
}