
.wrong
{
	border : 1px red dotted;
	margin : -1px;
	background : yellow;
}

.being_corrected
{
	border : 1px gray dotted;
	margin : -3px;
	background : lightgray;
	width : 200px;
	height: 500px;
}

.input_right
{
	border : 1px gray dotted;
	margin : -3px;
	background : lightgray;
	width : 200px;
	height: 100%;
}

.unnatural
{
	background : lightgreen;
}

.green
{
	background: lightgreen;
}

.yellow
{
	background: yellow;
}

.red
{
	background: red;
}

.editable
{
	line-height: 200%;
}

.erased
{
	text-decoration: line-through;
}

.inserted
{
	position:relative;
	top:-10px;
}

.current_selection
{
	background: darkblue;
	color : white;
}

.header
{
	height: 100px;
}

.main_block
{
	width: 80%;
	position: absolute;
	left: 10%;
	top: 100px;
}

.upper_one
{
	position: relative;
	top: -12px;
	background: blue;
}

.small_square
{
	position: absolute;
	background: gray;
}

.selected
{
	background: blue;
}

.picture
{
	text-align:center;
}

.selected_empty
{
	background: lightgray;
	border : 3px gray dotted;
	margin : -3px;
}

.small_panel
{
	position: absolute;
	background: lightgray;
}

.sillystub
{
	color : white;
	position : absolute;
	left : -1000px;
}