﻿#example
{
	padding-top: 40px;
}
#sampleAndGhosts, .ghost, #sample {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#sampleAndGhosts
{
	margin: auto;
	width: 300px;
	height: 300px;
	position: relative;
}
.ghost, #sample
{
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 300px;
    overflow: hidden;
	padding: 4px 8px;
	color: White;
	text-align: left;
    font-weight: 600;
    font-size: 19px;
    line-height: 1.2em;
}
.ghost {
	background-color: rgba(0, 135, 255, 0.25);
    border: solid 1px rgba(0, 0, 0, 0.25);
}
#sample
{
	background-color: rgb(0, 135, 255);
    border: solid 1px rgb(0, 0, 0);
}
#markup
{
	margin-top: 100px;
}
#controls tr.transformRow td:first-child
{
	text-align: right;
	padding-left: 1em;
}
#controls tr.transformRow td:last-child
{
	padding-left: 1em;
}
