﻿html {
    height:100%;
    width:100%;
}

#editArea {
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}

#editArea p {
    margin:0 0 3px 0;    
}

#editArea img {
    max-width:100%;
    max-height:100%;
}

#editArea .uploadContent, 
#editArea .webcamContent,
#editArea .linkContent,
#editArea .quizContent,
#editArea .webLinkContent,
#editArea .surveyContent {
	width: 100%;
	height: 100%;	
	overflow:hidden;
}

#editArea .textContent {
	width: 100%;
	height: 100%;	
    overflow: visible;
    word-wrap: break-word;
}

.textContent img {
    height:auto !important;
}

#editArea.Learnify {
	padding: 0;		
	position: relative;
	height: 100%;
    width: 790px;
    margin: 0 auto;
}

#editArea.Learnify.mceContentBody {
    width: 100%;    
}


#editArea.Learnify .draggable {
	position: absolute;
	width: 150px;
	height: 150px;
}

#editArea.Learnify .draggable img {	
	height:100%;
}


#editArea.Learnify .dragHandle {
	display:none;
}

#editArea.Learnify .hotspotContent {
    background:url(http://static.Learnify.se/learningresources/images/transparent.png);
}

.templateTitle {
    font-family: calibri,Trebuchet MS,Arial!important; 
    font-size: 24px!important;
}

