
/* ----- WARNING ----- \\
// COPYRIGHTED CONTENT \\
//  COPYRIGHT © NERVA  \\
//   nerva@nerva.ee    \\
// All rights reserved \\
// ------------------- */

table.content_editor textarea {
/*  font-family: "Courier New", Courier, monospace;*/
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	width: 400px;
	height: 400px;
	background-color: white;
	border-style: solid;
	border-width: 1px;
	border-color: #ffe28a;
}

table.content_editor input[type="text"] {
/*  font-family: "Courier New", Courier, monospace;*/
	width: 100%;
}

table.content_editor td.fieldtitle {
  font-size: 0.9em;
	padding-right: 4px;
}