﻿/* MARC THEME */

.cm-s-marc-edit {
	font-family: "Helvetica Neue","Helvetica","Arial",sans-serif,"-apple-system","BlinkMacSystemFont";
	color: #212529;
	border: 1px solid #ced4da;
	border-radius: 4px;
}

	.cm-s-marc-edit .cm-comment {
		color: gray;
	}


   .cm-s-marc-edit .cm-string {
      color: #007bff;   /* Bootstrap standard primary color */
   }

