﻿html
{
    height:100%;
    width:100%;
}

#editArea
{    
}

#editArea p
{
    margin:0 0 3px 0;
}

#editArea img
{
    max-width:100%;
    max-height:100%;
}

#editArea .textContent img
{
    height:auto;
}


#editArea .uploadContent, #editArea .textContent,#editArea .webcamContent,#editArea .linkContent,#editArea .quizContent,#editArea .webLinkContent
{
	width: 100%;
	height: 100%;	
	overflow:hidden;
}

.Learnify
{
	margin: 0;
	padding: 0;
	font-family: Calibri,Trebuchet MS, Arial;
	font-size: 12px;
	position: relative;
	width: 100%;
	height: 100%;
}


.Learnify .draggable
{
	position: absolute;
	width: 150px;
	height: 150px;
}

.Learnify .draggable img
{	
	height:100%;
}

.Learnify .textContent img
{
    height:auto;
}


.Learnify .dragHandle 
{
	display:none;
}

.Learnify .hotspotContent
{
    background:url(transparent.png);
}
