@CHARSET "UTF-8";

#image
{
	float: right;
	position: relative;
	border: 1px blue dashed;
	top: 10px;
	margin: 10px 10px 0 0;
	z-index: 10;
}

#image img
{
	max-width: 300px;
	max-height: 300px;
}


#error
{
	clear: both;
	width: 90%;
	margin: 0 auto;
	font: inherit;
	font-size: 15px;
	font-weight: bold;
	text-decoration:blink;
	color: black;
	text-align: center;
	text-transform: uppercase;
	background-color: red;
	border: 1px dotted #9F8B90;
	
}

#info
{
	clear: both;
	font: inherit;
	font-size: 15px;
	font-weight: bold;
	color: black;
	text-align: center;
	text-transform: uppercase;
	background-color: #eee;
	width: 90%;
	margin: 0 auto;
	border: 1px dotted #9F8B90;
	
}


.visibility
{
	font-size: 9px;
	margin: 10px 0 5px 0;
	padding-left: 10px;
}

TD .visibility
{
	padding-left: 0;
}

sup
{
	font-weight: bold;
}

#langIndependent
{
	display: none;
}

.colorwell {
  border: 2px solid #fff;
  width: 6em;
  text-align: center;
  cursor: pointer;
}
body .colorwell-selected {
  border: 2px solid #000;
  font-weight: bold;
}

#p_title
{
	font-weight: bold;
	text-align: center;
}

#response
{
	border: 1px dotted black;
	width: 781px;
	margin: 10px;
	padding: 3px;
}

#response .iframe
{
	float: left;
}

#response .code
{
	float: left;
	margin-left: 20px;
	text-align: left;
	padding: 20px;
	border: 1px black solid;
	background-color: #efefef;
	overflow: auto;
}

.subtitle
{
	font-weight: bold;
}

.switcher
{
	padding: 3px 10px 3px 15px;
}

.feeds
{
	width: 400px;
	max-height: 100px;
	padding: 2px;
	overflow: auto;
	border: 1px dashed #cccccc;
}

