/* Real Person jQuery plugin styles v2.0.1. */
.realperson-challenge {
	display: block;
	color: #000;
	max-width: 	fit-content;

    user-select: none; /* supported by Chrome and Opera */
   -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
   -moz-user-select: none; /* Firefox */
   -ms-user-select: none; /* Internet Explorer/Edge */
	
}
.realperson-text {
	font-family: "Courier New",monospace !important;
	font-size: 6px;
	font-weight: bold;
	letter-spacing: -3px;
	line-height: 5px;
	word-wrap: break-word;
	/*min-width: 320px;*/
	max-width: fit-content;
	color: #eebd22;
	background-color: whitesmoke;
	padding: 10px;
}

@media screen and (max-width: 769px) {
	.realperson-text {
		word-wrap: break-word;
		/*min-width: 96px;*/
		/*max-width: 96px;*/
	}

	.realperson-challenge br {
	    display: block !important;
	}
}

.realperson-text:hover {
	cursor: pointer;
}
.realperson-regen {
	padding-top: 4px;
	font-size: 12px;
	/*text-align: center;*/
	cursor: pointer;
	max-width: fit-content;
	color: #ffffff;
	padding: 5px;
	background-color: #000000;
}
.realperson-disabled {
	opacity: 0.5;
	filter: Alpha(Opacity=50);
}
.realperson-disabled .realperson-regen {
	cursor: default;
}

#booking_request_box .realperson-challenge {
	margin-bottom: 5px;
}

#booking_request_box .realperson-text {
	font-size: 12px;
}