  .captcha-block	{
	background-color: #f2f7fa;
	width: 300px;
	margin: auto;
	margin-top: 1em;
	border-style: solid;
	border-width: thin;
	border-color: #c5d0d6;
	border-radius: 5px;
	padding: 0.5em 0 0.5em 0; 
  }
  .captcha-row	{
	width: 100%;
	text-align: center;
	font-family: Impact, Tahoma;
	user-select: none;
  }
  .captcha-row-main	{
	/* height: 40px; */
	border-style: solid;
	border-width: thin;
	border-color: #c5d0d6;
	border-left: none;
	border-right: none;
  }
  .captcha-title	{
	margin: 0;
	font-family: Georgia;
	font-size: 7pt;
	font-weight: bold;
  }
  .captcha-cell	{
	display: inline-block;
	width: 14%;
	color: #395463;
	border-style: solid;
	border-width: medium;
	border-color: #c5d0d6;
	border-radius: 2px;
	padding: 0.5em; 
	margin-right: -0.2em;
	margin-top: 0.05em;
	text-align: center;
	cursor: pointer;	
  }
  .captcha-cell:hover	{
	background-color: #d5ebf7;
  }
  .fas	{
	font-size: 13pt;
  }
  .text-rotate	{
	transform: rotate(180deg);
	margin-top:-1em;
  }
  .hidden	{
	display: none;
  }
  #captcha-first-message:hover	{
	font-weight: bold;
	letter-spacing: 1.1px;
  }
  .captcha-title, #captcha-first-message, #captcha-bad-message	{
	color: #364d59;
  }  
