﻿/* ============ user_stylesheets.css ============= */
/* ===== Place any custom styles in this file ==== */
/* These will be utilized on Add and Edit layouts  */

/* ==== Copyright ExtraView Corporation 2018  ==== */


/* Example style to set a maximum width for the HTML Area field named my_field when it's displayed in read-only mode

#f_my_field .isolateInnerText {
	max-width:500px;
}

*/


