/*body {font-family: Arial, Helvetica, sans-serif;}*/

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 20px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  /*background-color: #e3dcdc;*/
  position: relative;
  margin: auto;
  padding: 3px;
  /*border: 1px solid #888;*/
  width: 795px; /*width of the poster image*/  
}

/* Add Animation */
.modal-content {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.7s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  color: #e6e600;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#xPNG {
	position: absolute;
	right: -15px;
	top: -15px;
}

/* The Close Button */
#xPNG:hover, #xPNG:focus{
  cursor: pointer;
}

#myAttribution {
text-align: center;
/*color: LightSlateGrey;*/
a:link {
  color: LightSlateGrey;
}
a:visited {
  color: LightSlateGrey;
}
a:hover {
  color: LightSlateGrey;
}
a:active {
  color: LightSlateGrey;
}