.carousel-control.right {
	right: 0;
	left: auto;
	background-image: none;
	background-repeat: repeat-x;
}
.carousel-control.left {
	background-image: none;
	background-repeat: repeat-x;
}
.carousel-indicators {
	bottom: -40px;
}
.carousel-indicators li {
	border: 1px solid #FC7753;
}
.carousel-indicators .active {
	background-color: #FC7753;
}
.glyphicon-chevron-right, .glyphicon-chevron-left {
	color: #FC7753;
}

.text-entry {
	min-height: 150px;
	padding: 10px;
	border: 2px solid #52b8ce;
	margin-top: 4em
}

[contenteditable=true]:empty:before {
	color:#bbb;
  content: attr(placeholder);
  display: block; /* For Firefox */
}


@media print {
	#carousel{
		display:none;
	}

	#hints {
		display: none!important;
	}

}

