#sq_list {
	padding: 1em 0 0 0;
}
#sq_list li {
	background: #fff;
	list-style: none;
	padding: 2em 0;
	border-bottom: 1px solid #cdcdcd;
	overflow: hidden;
}
#sq_list li .question-content {
	padding-left: 1em;
}
#sq_list li .question-content strong {
	font-size: 1.35em;
}
#sq_list li .dashicons {
	font-size: 2.5em;
	line-height: 1em;
	z-index: 100;
	cursor: pointer;
	padding: 0;
	margin: 4px;
	border: none;
	background-color: transparent;
	width: auto;
	height: auto;
	color: #2a2a2a;
}

#sq_list li .dashicons:hover,
#sq_list li .dashicons:focus,
#sq_list li .dashicons:active {
	border: none;
	color: #00549e; /*ISDA Blue*/
}
#sq_list .ui-sortable-helper {
	border: 2px solid #cdcdcd;
}
#confSpeakerQuestions {
	margin-bottom: 3em;
}
#sq_list .edit-notes {
	display: none;
}

.bordered-box {
	padding-top: 1rem;
}

#confSpeakerQuestions {
	padding-top: 1rem;
}

.question-notes-textarea {
	display: block;
	width: 500px;
	min-height: 150px;
	margin-top: 1rem;
	padding: .5rem;
}

.btn-save-notes {
	display: block;
	width: 150px;
}
