@charset "utf-8";
	/* CSS Document */
body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
h1 {	
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
}
.wish {
	display: none;	
}
.search-tbl {
    width:100%;
}
table, th, td {    
	border:  none;
	border-collapse: collapse;
	font-size: 14px;
	font-family: Interface;
	letter-spacing: -.05em
	}
.movie-cont
{
	align-items: stretch;
	width:100%;
	}

.movie-cont .movie-poster
{
	margin-right: 8px;
	min-width:19.2%;
	position:relative;
	display: in-line;
}
.movie-cont .movie-poster img {
width:100%;
}
.movie-cont .movie-info
{
display: in-line;
	
	
	

	}
	
	.nobor-tbl {
	border: 0px;
}
	td {
	padding: 3px 8px 2px 3px;
	font-size: 16px;
	vertical-align: center;
}
p {
	font-size: 14px;
	font-family: Arial;
	letter-spacing: -.05em
}
.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 2px 6px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
	cursor:pointer;
	margin: 0 0 0 6px;
}
.disabled {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 2px 6px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
	margin: 0 0 0 6px;
	opacity:.2;
}
	
#container_header
{
    display:block;
    overflow: hidden;
    border:#234 0px solid;
    margin:0 auto;
    width:300px;
    position:relative;
    text-align:center;
    height:93px;
	width:300px;
}
/* Add a black background color to the top navigation */
.topnav {
    overflow: hidden;
	padding: 2px 2px 3px 0px;    
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c0c0c0;
	width: 100%;
	}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
     color: #f2f2f2;
    text-align: center;
    padding: 6px 8px;
    text-decoration: none;
    
	}
a.navtext {
	margin: 0 auto;
	font-family: "Arial";
	font-size: 16px;
	    padding: 12px 8px;
}

/* Change the color of links on hover */
.topnav a:hover {
   /* background-color: #ddd; */
    color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
   /*  background-color: #4CAF50;  */
    color: white;
}

#container
{
    display:block;
	border:#ccc 0px solid;
    margin:0 auto;
	width:300x;
	height:600px;
	position:relative;
    text-align:left;
}
/*.col1 {
    min-width:72px;
	}
.col2 {
    min-width:30px;
	}
.col3 {
    min-width:30px;
}
.col4 {
    min-width:46px;
}
.col6 {
    min-width:28px;
} */
/* Mobile Styles */
@media only screen and (max-width: 490px) {

}
