
ul#capturedlists, ul#capturedlistsSelected {
	padding: 0;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	gap: 20px;
	width: 100%;
	max-width: 1000px;
			justify-content: center;
	margin: 30px auto 0;
  }
  
  ul#capturedlists li, ul#capturedlistsSelected li {
	width: 100%;
	position: relative;
	transition: all 0.1s ease;
			user-select: none;
  }
  @media only screen and (max-width: 480px) {
	ul#capturedlists li, ul#capturedlistsSelected li {
	  width: 90%;
	}
  }
  ul#capturedlists li img, ul#capturedlistsSelected li img {
	position: relative;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
			user-select: none;
  }
  ul#capturedlists li p, ul#capturedlistsSelected li p {
	position: absolute;
	color: #fff;
	left: 0;
	bottom: 0;
	padding: 5px 10px;
	margin: 0;
	font-size: 12px;
	font-weight: 800;
	  font-family: "Chakra Petch", sans-serif;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.9);
  }
  ul#capturedlists li input, ul#capturedlistsSelected li input {
	display: none;
  }
  ul#capturedlists li label, ul#capturedlistsSelected li label {
	width: 100%;
	height: 100%;
  }
  #pageDetailsFramedImage{
	font-size: 0;
  }
  
  #pageDetailsFramedButtonCheckout{
	width: 80%;
	color: #fff;
	text-decoration: none; font-family: times; background-color: #f80; text-align:center; margin:40px auto 0; 
	display:block; max-width: 400px; height: 50px; border-radius:50px; line-height: 50px;
  }
  
  body{
	text-align: center;
  }
  canvas,#imgb{
	width:100%;
	max-width:1000px;
	cursor: pointer;
  }
  #imgb.disabled{
	cursor: default;
  }
  
  .frame{
	width:100%;
	max-width:1000px;
	box-shadow: 0px 3px 18px rgba(0,0,0,0.3);
	padding: 10px;
	border-radius: 4px;
	font-size: 0;
	margin: 0px 10px;
  }
  #imageprocessing{
	background-color: #ddd;
	height: 550px;
	transition: all 0.1s ease;
  }
  
  @media only screen and (max-width: 480px) {
	#imageprocessing{
	  height: 200px;
	}
  }
  #shareButton,
  #downloadButton{
	color: #fff;
	background: #f80;
	line-height: 50px;
	display: inline-block;
	text-decoration: none;
	padding: 0px 40px;
	border-radius: 50px;
	font-size: 18px;
	margin: 10px 0px 0px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	transition: all 0.1s ease;
	cursor: pointer !important;
  }
  #shareButton{
	display: none;
	margin-top:20px;
  }
  @media only screen and (max-width: 480px) {
	#shareButton{
	  display: block;
	}
  }
  
  
  #shareButton:hover,
  #downloadButton:hover{
	opacity: 0.9;
	transform: scale(1.01);
  }
  #shareButton:active,
  #downloadButton:active{
	transform: scale(0.99);
  }
  
  
  #downloadButton.disabled{
	opacity: 0.3;
	cursor:default !important;
	pointer-events: none;
  }
  #downloadButton.disabled:hover{
	opacity: 0.3 !important;
	transform: scale(1.00) !important;
  }
  #downloadButton.disabled:active{
	transform: scale(1.00) !important;
  }
  
  #notice_download_check{
	font-size: 14px;
  }
  
  #notice_download{
	font-size: 14px;
	max-width: 650px;
	margin:30px auto; 
	text-align:left;
	border: 1px solid #ddd; border-radius:15px; box-shadow:0px 1px 3px rgba(0,0,0,0.1);
	padding: 0px 20px 5px;
  }
  
  @media only screen and (max-width: 480px) {
  
	#notice_download{
	  font-size: 12px;
	  margin: 20px 20px 0px;
	  border-radius:5px; padding: 0px 20px 10px 0px;
	}
  
  }
  
  #pagePhoto.vertical .frame{
	max-width:300px;
  }
  