

.showHighlights {
  margin-top: 0;
}

.selectquote {
	font-weight: bold;
	background-color: rgba(159, 43, 108,0.3);
	cursor: pointer;
}
.highlightPurple{
  background-color: rgba(78, 42, 122, 0.3);
}

.highlightPink {
  background-color: rgba(159, 43, 108,0.3);
}

hr.style1{
  border-top: 1px solid #8c8b8b;

}

#boxlinedtext{
border: 1px solid #537791;
padding: 2px;

}

.textcolourred{
	color: #C14242
}


#remove{

	background-color: #537791;
    border-color: #537791;
    color: #ffffff;
	 padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    border: 1px solid #537791;

}
 #remove:hover{background-color: transparent; color: #537791; }


#myComment{
	width:100%;
	min-height:200px;
}

textarea.myComment {
	width:100%;
	min-height:120px;
}

h4.panel-title a:hover, h4.panel-title a:focus { 
	color:#FFF;
}

.editIcon, a.removeBtn, .addBtn {
	color:#FFF;
	font-size:18px;
	text-decoration: none;
	float:right;
}


.panel-primary.active > .panel-heading {
	background-color:#235580
}



.item{
	border:solid 3px #235580;
	margin:5px;
	border-radius:6px;

}

.inner-item {
	padding:.8em;
	padding-right:2em;
	word-wrap:break-word;
}

.item i {
  float:right;
  font-size:1.8em;
  color:#235580;
  background:#fff;
  margin:.2em;
}

/*ul {
    list-style: none;
    padding-left: 1.2em;
    text-indent: -1.2em;

}
 
ul li:before {
	list-style-type: 
    color: #000;
    content: "\2713 \A0\A0";
    font-weight: bold;


}*/


