.fakeEditor{
	/*position: relative;*/
	
	border-bottom: 3px solid #ccc;
	transition:0.3s;
}
.fakeEditor:hover .fakeHead,
.fakeEditor:hover{
	border-color:rgb(240, 110, 154); 
}
.fakeBtn{
	display: inline-block;
	width: 75px;
	text-align: center;
	height: 25px;
	line-height: 25px;
	cursor: pointer;
	border: 2px solid #fff;
	border-radius: 4px;
	transition:0.3s;
}
.fakeBtn:hover{
	color: rgb(240, 110, 154);
}
.fakeHead{
	/*position:absolute;*/
	/*top:10px;
	left:50px;*/
	width: 100%;
	height: 45px;
	line-height: 45px;
	/*background: rgb(240, 110, 154);*/
	color:#ccc;
	transition:0.3s;
	font-size: 14px;
	border-top: 3px solid #ccc;
	border-bottom: 2px solid #ccc;
}

.fakeEditor textarea{
	width: 100%;
	height: 225px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	border: none;
	padding: 5px 10px;
	line-height: 18px;
	letter-spacing: 4px;
}
.add_prize_search {
    position: absolute;
    right: 0;
}
.tabs-content>li:nth-child(1).active {
    display: list-item;
}