/* Only for admin iframes */

html {
	margin-bottom:		30px;
	overflow: 			hidden;
}

body {
	background-color: 	transparent !important;
	font-family: 		"Karla", sans-serif;
	min-height: 		400px;
	color:				#333;
	padding:			0 40px 20px 40px;
	font-size:			10pt;
	overflow:			auto;
}

h1, h2 {
	position:			fixed;
	left:				20px;
	display:			block;
	width:				200px;
}
h1 {
	top:				45px;
	font-size:			18pt;
}
h2 {
	top:				20px;
	font-size:			10pt;
}

form {
	margin-left:		220px;
}

.map-canvas {
	background-color: 	#555;
	width:				100%;
	height:				300px;
}

ul {
	list-style: 		square;
}

	ul label {
		display: 			block;
		padding:			10px 0;
		font-size:			1.1em;
	}
	
	ul li {
		padding: 			10px 0;
	}

textarea, input {
	color:				#333;
}

.save-changes {
	position:			fixed;
	top:				100px;
	left:				20px;
	padding:			10px 20px;
	border-radius: 		5px;
	background-color: 	transparent;
	color:				#fff;
	border:				1px solid #fff;
	font-size: 			12pt;
	transition:			0.2s;
}
	.save-changes:hover {
		background-color: 	#fff;
		color:				#222;
	}