
a:hover {
	color: gray;
	}

body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	}

p.warning {
	color: red;
	}

div.mm_login, a.menu {
	width: 100%;
	background-color: #378DCE;
	color: white;
	padding: 2px 0 2px 0;
	margin-right: 5px;
	text-align: right;
	font-family: arial;
	font-size: 11px;
}

div.mm_title {

}

h1.title, a.title {
	text-align: center;
	font-family: Georgia, Arial, sans-serif;
	color: black;
}

div.mm_quote {
	font-family: Times, serif;
	font-style: italic;
	font-size: 18px;
	text-align: center;
	padding-bottom: 10px;
}

div.movie_block {
	width: 800px;
	margin: 5px auto 5px auto;
	border-top: 1px solid #91B4CF;
}

div.form_block {
	width: 800px;
	margin: 5px auto 5px auto;
	padding: 7px 0 0 0;
	border-top: 1px solid #91B4CF;
}

div.movie_posters {
	width: 800px;
	margin: 5px auto 5px auto;
}

a img { border:none; }

h3.movie_name {
	font: normal 21px Georgia, Arial Narrow, Arial, sans-serif;
}

h3.page_name {
	font: normal 21px Georgia, Arial Narrow, Arial, sans-serif;
}

div.movie_description {
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
}

div.movie_attendees {
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	padding-top: 10px;
}

div.movie_meta {
	padding-bottom: 20px;
}

span.quote {
	cursor: default;
	float: right;
	margin-top: -14px;
	}

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }

a:link#edit, a:visited#edit {
    background-color: #378DCE;
    color: white;
		margin-right: 8px;
		padding: 3px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
		font-size: 0.6em;
		font-family: Arial, sans-serif;
}

a:link#imdb, a:visited#imdb {
    background-color: #FFCC00;
    color: #040404;
		margin-right: 8px;
		padding: 3px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
		font-size: 0.6em;
		font-family: Arial, sans-serif;
}

a:link#wikipedia, a:visited#wikipedia {
    background-color: #E1E1E1;
    color: blue;
		margin-right: 8px;
		padding: 3px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
		font-size: 0.6em;
		font-family: Arial, sans-serif;
}

div#quote {
    background-color: #E5FAE3;
    color: blue;
		margin-right: 8px;
		padding: 3px;
    text-align: center;
    display: inline-block;
		font-size: 0.6em;
		font-family: Arial, sans-serif;
    cursor: pointer;
		-webkit-touch-callout: none; /* iOS Safari */
		-webkit-user-select: none; /* Safari */
		-khtml-user-select: none; /* Konqueror HTML */
		-moz-user-select: none; /* Firefox */
		-ms-user-select: none; /* Internet Explorer/Edge */
		user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

div#poster {
    background-color: #FAE3E5;
    color: blue;
		margin-right: 8px;
		padding: 3px;
    text-align: center;
    display: inline-block;
		font-size: 0.6em;
		font-family: Arial, sans-serif;
		cursor: pointer;
		-webkit-touch-callout: none; /* iOS Safari */
	  -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
	  -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
		user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

input.plain {
	width: 634px;
}

textarea.plain {
	font-family: Microsoft Sans Serif;
	font-size: 13px;
	padding-left: 1px;
	width: 634px;
}

td.label {
	text-align: right;
	font-size: 0.8em;
	font-family: Arial, sans-serif;
	color: grey;
}

td.label#left {
	text-align: left;
}

div.lightbox_background {
	position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*overflow: auto;*/
  background: rgba(0, 0, 0, 0.85);

  /*https://stackoverflow.com/questions/114543/how-to-horizontally-center-a-div-in-another-div/16144913#16144913*/
  display: none; /* changes to 'flex' on lightbox toggle*/
  flex-wrap: wrap; /* optional. only if you want the items to wrap */
  justify-content: center; /* for horizontal alignment */
  align-items: center; /* for vertical alignment */
}

div.lightbox_image_container {
  display: none; /* changes to 'block' on lightbox toggle*/
	border-style: solid;
	border-width: 2px;
	border-color: black;
	background-color: black;
}

img.lightbox_image {
	display: none; /* changes to 'inline' on lightbox toggle*/
  /*https://stackoverflow.com/questions/18803743/size-an-image-to-a-percentage-of-html-window*/
  max-height: 90vh;
}

div.poster_selection {
  display: flex; /* changes to 'flex' on lightbox toggle*/
  justify-content: center; /* for horizontal alignment */
}
