.wpsc_reply_widget .submit .internal_note_parent,
.wpsc_reply_widget .submit .notify_assigned_agents_parent {
	display: inline-block;
	margin-right: 10px;
}
#wpsc_popup_body .internal_note_parent,
#wpsc_popup_body .notify_assigned_agents_parent {
	text-align: right;
}

.wpsc_thread.note.is_internal_note {
	background-color: #e5e5e5;
}
/*
.wpsc_thread.is_completed_note {
	background-color: #b7dba5 !important;
}
*/
.thread_action_btn.wpsc_complete_thread.is-checked {
	color: #169700;
	transform: scale(1.3);
}

.wpsc_ticket_thread_expander {  /* reduce from 10px */
	margin-top: 0 !important;
}

.wpsc_note_attached_images {
	max-width: 100px;
	max-height: 100px;
	margin-top: 4px;
}

#wpsc_status_widget.custom button:hover {
	background-color: #f1f1f1;
}

/* When many checkboxes exist for an option, move them closer together */
.wpsc_form_field.many-checkboxes .checkbox-options {
	max-height: 107px;
	overflow-y: scroll;
}
.wpsc-iso .wpsc_form_field.many-checkboxes .checkbox-row label  {
	margin-bottom: 0;
	font-weight: normal;
}
