#lightcase-content {
	background-color: transparent !important;
}
#lightcase-content > div {
	height: auto !important;
}
#lightcase-content .lightcase-popup {
	background: #fff;
	color: #000;
	padding: 30px;
}
#lightcase-content .lightcase-popup-disable {
	display: table;
	margin-top: 30px;
	width: 100%;
}
#lightcase-content a + .lightcase-popup-disable,
#lightcase-content img + .lightcase-popup-disable {
	background: #fff;
	margin: 0;
	padding: 10px 15px;
}
#lightcase-content .lightcase-popup-disable label {
	display: table-cell;
	line-height: 1;
	vertical-align: middle;
}
#lightcase-content .lightcase-popup-disable input {
	margin-right: 2px;
	margin-top: 0;
	vertical-align: top;
}
/* max 640 */
	@media screen and (max-width: 630px) {
		
		#lightcase-case {
			text-shadow: none;
		}
		#lightcase-content h1,
		#lightcase-content h2,
		#lightcase-content h3,
		#lightcase-content h4,
		#lightcase-content h5,
		#lightcase-content h6,
		#lightcase-content p {
			color: #000;
		}
		#lightcase-content .lightcase-popup {
			padding: 15px 20px;
		}
	}