.container
{
	position:relative;
	padding:0 100px 100px 100px;
	margin:0 auto;
	display:block;
	width:80%;
}

.targetheader
{
	font-size: 20pt;
	font-style: italic;
	text-align: left;
	display: inline-block;
	width:42%;
}

.targetcell
{
	display: inline-block;
	width:100%;
	height:100%;
}

.targetbox
{
	display: inline-block;
	width:400px;
	height:400px;
}

.targettable
{
	background: rgba(0,255,255,0.1);
	border: #555 1px solid;
	margin: 0 auto;
}

.targettable td
{
	border-right: none;
}

.targettable td:first-child
{
	border-right: black 3pt solid;
}

.targettable th
{
	width: 540px;
	border-right: none;
}

.targettable th:first-child
{
	width: 70px;
	border-right: black 3pt solid;
}

.targettable thead tr
{
	height: 60px;
	border-bottom: black 3pt solid;
}

.targettable tr
{
	height: 380px;
	border-bottom: none;
}

.tableleft
{
	vertical-align: top;
	padding-top: 10px;
}

.tabletop
{
	text-align: left;
	padding-left: 10px;
}

.tableop
{
	font-size:32pt;
	line-height:32pt;
	font-weight:200;
}

.droppable 
{
	border:#369 solid 2pt;
	background: rgba(0,255,255,0.1);
}

.element-droppable-active 
{
	opacity: 0.8 !important;
	border-width: 5px !important;
}

.droppable-active 
{
/* 	opacity: 0.8 !important; */
	background: rgba(0,195,255,0.2) !important;
	border-color: rgb(0,95,255);
}

.nodragdelete
{
	border:#933 solid 4pt !important;
}

.draggable:hover 
{
	opacity: 0.6;
}

.dropped:hover 
{
	opacity: 0.6;
}

.fixed
{
	z-index: 1 !important;
	border: 2pt solid rgba(180,180,180,1) !important;
	cursor: default !important;
}

.solved
{
	font-weight: 900;
	color: #f33;
}

.tile
{
	font-size: 16pt;
	font-weight: 500;
	text-align: center;
	cursor: move;
	background: rgba(255,255,0,0.3);
	display: inline-block;
	margin: 2px;
	vertical-align: middle;
	border: #036 3px solid;
	word-wrap: break-word;
	overflow-y:visible;
	width: 32px;
	height: 32px;
	color: #036;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	line-height: 34px;
    transform: scale(1);
    transition: transform 750ms;
}

.unit
{
	background: rgba(255,255,0,0.8);
}

.x
{
	background: rgba(0,255,0,0.8);
	height: 72px;
	width: 32px;
	line-height: 72px;
}

.xsq
{
	background: rgba(60,120,255,0.5);
	height: 72px;
	width: 72px;
	line-height: 72px;
}

.zeropair
{
	border:solid #777 1pt;
}

.unitpair
{
	height: 82px;
	width: 40px;
	padding-right:3px;
}

.xpair
{
	height: 82px;
	width: 84px;
}

.xsqpair
{
	height: 82px;
	width: 170px;
}

.neg
{
/* 	background: rgba(255,40,40,0.8); */
	border-color: rgb(192,40,40);
	color: rgb(192,40,40);
	position: relative;
}

.neg:after
{
	content: "";
/* 	background: rgba(255,40,40,0.8); */
	z-index: -1;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	border: 2px solid rgb(192,40,40) !important;
}

.thinneg
{
/* 	background: rgba(255,40,40,0.8); */
	border-color: rgb(192,40,40);
	color: rgb(192,40,40);
	position: relative;
}

.thinneg:after
{
	content: "";
	border: none !important;
}

.halfeqn
{
	display:inline-block;
	width:44%;
	height:250px;
}

.equals
{
	padding: 0px 20px 280px 20px;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	font-size: 4rem;
}

.hint
{
	font-size: 1rem;
	color: #555;
	text-align: left;
	padding:10px;
	margin:10px;
	border:2pt solid #036;	
	border-radius:10px;
	text-shadow:none;
	background:rgb(231, 253, 250);
	display:inline-block;
	width:80%;
}

#times3label
{
	left: 380px;
	top: 35px;
	width: 40px;
}

#times3label .ui-button-text
{
	padding: 5px 0px;
}

.targetvalue {}
.actual 
{
	line-height:1rem;
}

#innerhint
{
	font-size: 1rem;
	font-style: italic;
	text-align: left;
	display: inline-block;
	color:black;
}

.mulfacts 
{
	width: 100%; 
	margin: 10px auto;
	border-collapse: collapse; 
	font-size: 1.5rem;
	color:black;
	text-align:center;
	border:2px #222 solid;
}

.mulfacts td
{
	padding:2px;
	border:1px #999 solid;
	display: table-cell;
}

.answertable 
{
	width: 40%; 
	margin: 10px auto;
	border-collapse: collapse; 
	border:1px black solid;
}

.answertable th
{
	padding:2px;
	border:1px #666 solid;
	background-color:#eee;
	font-style:italic;
	display: table-cell;
}

.answertable td
{
	padding:2px;
	border:none;
	display: table-cell;
}

.answertable td:nth-child(1)
{
	text-align: right;
	width: 19%;
}

.answertable td:nth-child(2)
{
	text-align: center;
	width: 2%;
}

.answertable td:nth-child(3)
{
	text-align: left;
	width: 19%;
}

/* #### Mobile Phones Portrait or Landscape #### */
@media screen and (max-device-width: 1030px){
	.tile
	{
		font-size: 18pt;
	}

