.etabs {
	position:relative;
	left:1208px;
}

.etabs .tab {
	border-radius: 5px 5px 0 0;
	color:#FFF;
	border:0;
	margin:-1px;
}

.tab-container .etabs .tab.active {
	color:none;
	border:0;
}

.tab-container .etabs .tab {
	border:0 !important;
}

.etabs .tab a {
	text-decoration: none;
	border:none;
	color:#FFF;
}

.etabs .tab a:hover {
	text-decoration: none;
}

.tab1 {
	background: #86cbc3;
}

.tab2 {
	background: #e69890;
}

#tabs1 {
	background: #86cbc3 !important;
	border-radius: 0 0 10px 10px;
}

#tabs2 {
	background: #e69890;
	border-radius: 0 0 10px 10px;
}

#inputs {
	position:relative;
	display: inline-block;
}

#inputs textarea {
	padding:10px;
	font-size: 2em;
	color:#000;
	display: block;
	width:440px;
	height:400px;
	border-radius: 10px;
	border:dashed 5px #a3a3a3;
	background: #FFF;
	resize:none;
}

.panel-container .titulo {
	display:block;
	padding-top:20px;
	font-size: 2.7em;
	color:#5F5F5F;
	display:block;
	text-align: center;
}

#elem1, #elem2, #elem3, #elem4 {
	float:left;
	display:inline-block;
	margin:50px 10px 0 20px;
}

#elem1 img, #elem2 img, #elem3 img, #elem4 img {
	border-radius: 10px;
}

.drop {
	width:165px;
	height:47px;
	background:#FFF;
	border-radius: 10px;
	border:dashed 3px #a3a3a3;
}

.drag {
	position:relative;
	left: 250px;
	width:165px;
	height:47px;
	background: #fdc500;
	color:#000;
	border:solid 4px white !important;
	border-radius: 10px !important;
	font-size: 1.8em;
	font-weight: 700;
	text-align: center;
	line-height: 45px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	margin-right:50px;
	cursor: pointer;
	display:inline-block;
}