#side {
	width: 20%;
	float: left;
	height: auto;
	padding: 20px;
	font-size: 14px;
	margin-left: 2%;
	margin-top: 40px;
	background: #16a6b6;
}

span.editText {
	display: block;
	cursor: pointer;
}

span.editTextSimple {
	display: block;
	cursor: pointer;
}

span.editTextImage {
	display: block;
	cursor: pointer;
}

.editText:hover {
   border: 1px solid #16A6B6;

}

.editTextSimple:hover {
   border: 1px solid #16A6B6;
}

.editTextImage:hover {
   border: 1px solid #16A6B6;
}


span.editText textarea {
	border: 0;
	padding: 0;
	width: 100%;
	resize: none;
	color: inherit;
	display: block;
	overflow: hidden;
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
	background-color: transparent;
}

span.editTextSimple textarea {
	border: 0;
	padding: 0;
	width: 100%;
	resize: none;
	color: inherit;
	display: block;
	overflow: hidden;
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
	background-color: transparent;
}

span.editTextImage textarea {
	border: 0;
	padding: 0;
	width: 100%;
	resize: none;
	color: inherit;
	display: block;
	overflow: hidden;
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
	background-color: transparent;
}

.border {
	border-radius: 5px;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.hide {
	margin: 0;
	width: 100%;
	display: none;
}

.change {
	width: 100%;
	height: auto;
	padding: 20px;
	margin-top: 5px;
	background: #1F2B33;
}

.change select {
	width: 20%;
	color: #fff;
	border: none;
	padding: 10px;
	font-weight: bold;
	background: #16a6b6;
}

.settings {
	width: 100%;
	clear: both;
	color: #fff;
	height: auto;
	padding: 5px 0;
	text-align: center;
	background: #16a6b6;
}

div.settings div.change {
	width: 52%;
	text-align: left;
	margin-left: 10%;
}

footer {
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 60px;
	position: absolute;
	background: #1F2B33;
}

footer p {
	padding: 20px;
	font-size: 13px;
	margin: 0 6% 0 0;
	text-align: right;
}