@media print {
	#originalText{
		display: block !important;
	}
	
	.color-picker
	{
		display: none !important;
	}
}

.text-entry
{
	width: auto;
    min-width: 100px;
    background-color: #f2f8ff;
    display: inline-block;
	margin: 5px 0px;
}

#originalText
{
	margin: 50px 0px 20px;
	display: none;
}

#originalText ul
{
	margin-top: 30px;
}

.notes
{
	height: auto;
	min-height: 200px;
	margin: 20px 0px;
}

[contenteditable=true]:empty:before{
  content: attr(placeholder);
}

.form-control
{
	border-radius: 0px;
	font-size: 16px;
}

.hGreen, .hBlue, .hYellow, .hRed
{
	padding-left: 5px;
	padding-right: 5px;
}

.hGreen
{
	background-color:#35cc94 !important;
}

.hBlue
{
	background-color:#357acc !important;
}

.hYellow
{
	background-color:#FFF350 !important;
}

.hRed
{
	background-color:#cc3535 !important;
}

.color-picker.noScroll {
	position:fixed;
	top:0px;
	z-index:9000;
}

.color-picker
{
	display: block;
	margin-bottom: 20px;
}

.color-picker .colourPalette{
	border-radius:100%;
	width:40px;
	height:40px;
	display:inline-block;
	cursor:pointer;
	margin:4px;
	margin-bottom: 20px;
}

.color-picker .colourPalette.selected {
	box-shadow:0px 0px 2px 1px rgba(0,0,0,0.5);
}
