body {
	margin: 0;
	padding; 0;
	background-image: url("../image/stripe_4.png");
}
.main-container {
    max-width: 800px;
    margin: auto;
   	position: relative;
    background-color: #333;
    text-align: center;
    min-height: 500px;
    /* padding-bottom: 50px; */
}
.header {
	width: 100%;
	background-color: #222; 
}
.help {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 11px;	
	border: 2px solid #b6b6b6;
    color: #929292;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    right: 0;    
    margin-right: 5px;
    margin-top: -27px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}
#info {
	cursor: move;
	z-index: 200;
}
.content {
    margin: auto;
    width: 100%;
    max-width: 795px;
    min-width: 360px;
    text-align: center;
    position: absolute;
    /* border: 1px solid #fff; */
    left: 0;
}
.selection {
	width: 100%;	
}
.selection > div {
	display: inline-block !important;	
}
.image-glow {
	border: 4px solid darkgreen;
	box-shadow: 0 0 25px green;
	float: left;
	width: 90px;
	height: 90px;
	margin: 10px;
}

.image-selected {
	border: 4px solid #FFF;
	box-shadow: 0 0 100px #FFF;
	opacity: 0.5;
	-webkit-filter: blur(1px); /* Safari */
    filter: blur(1px);
}
.item-col {
	margin-top: 5px;
	padding: 5px;
	/*width: 170px; */
	/*float: left; */
	align: center;
	text-align: center;	
}
.item-title {
	font-family: monospace;
	color: yellow;
	font-weight: bold;
	margin-top: -25px;
}
.item-content {
	font-family: monospace;
	color: #ccc;
	font-weight: bold;
}
.item-selected {
	background-color: rgb(85, 85, 85); 
	padding: 5px;
	padding-bottom: 10px;
	border-radius: 10px;
	border: 4px solid #ddd;
	
	width: 250px; 
	display: inline-block;
	margin-top: 15px;
}
.item-get {
	color: orange;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
}


.footer {
	max-width: 800px;
    margin: auto;
    position: relative;
    background-color: #999;
    height: 25px;
    padding-top: 5px;
    font-size: 15px;
	font-family: Arial;
	text-align: right;
}

.footer p {
	color: #666;
	margin: 0;
	padding: 0;
	display: inline-block;
}

.footer a {
	text-decoration: none;
	font-weight: bold;
	color: maroon;
}

.effectButton {
	margin: 0 35px; /* limit width */
	padding: 3px;
	border: 1px solid #CCC;
	background-color: #777;
	cursor: pointer;
	font-weight: bold;
	color: #000;
}

.effectButton:hover {
	background-color: #80FF80;
}

.effectButtonSelected {
	color: lightyellow !important;
	font-weight: normal;
	background-color: limegreen !important;
	border-bottom: 1px solid #888 !important;
    border-top: 1px solid #000 !important;
}

.colorBox {
	width: 25px;
	height: 25px;
	display: inline-block;
	cursor: pointer;	
}

.settingLink {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	border-radius: 4px;
	padding: 4px 5px;
	border: 1px solid #FFF;
	display: inline-block;
	margin-bottom: 7px;
	background-color: #909090;
}
.settingLink:hover, .settingLink:active {
	color: #222;
	background-color: #DDD;
}

.backLink {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	border-radius: 4px;
	padding: 2px 10px;
	border: 1px solid #FFF;
	display: inline-block;
	
	margin-top: 15px;
	margin-bottom: 5px;
}

.backLink:hover {
	color: #222;
	background-color: #DDD;
}



.np-buttons {
	width: 160px;
	border: 1px solid #fff;
    display: block;
    font-size: 21px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    cursor: pointer;


/*.disable-selection { */
   -moz-user-select: none; /* Firefox */
   -ms-user-select: none; /* Internet Explorer */
   -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
   -webkit-user-select: none; /* Chrome, Safari, and Opera */
   -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}


@media only screen and (max-width: 560px) {
  .image-glow {
	width: 60px;
	height: 60px;
	margin: 5px;
  }
  .header-image {
  	height: 100px;
  }
  
  .item-selected {
  	width: 210px;
  }
}
	
@media only screen and (min-width: 781px) {
	.image-glow {
		width: 105px;
		height: 105px;
		margin: 10px 20px;
	}
}

@media only screen and (max-height: 500px) {	
  .image-glow {
	width: 60px;
	height: 60px;
	margin: 5px;
  }
  .header-image {
  	height: 100px;
  }
}

@media only screen and (min-height: 501px and max-height: 680px) {
  .image-glow {
	width: 90px;
	height: 90px;
	margin: 10px;
  }
  .header-image {
  	height: 120px;
  }
}



input[type=checkbox].css-checkbox {
	position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

input[type=checkbox].css-checkbox + label.css-label {
	padding-left:26px;
	height:21px; 
	display:inline-block;
	line-height:21px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:14px;
	vertical-align:middle;
	cursor:pointer;
	margin-top: 6px;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -21px;
}

label.css-label {
	background-image:url("../image/csscheckbox.png");
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
