/* This gets included in base CommonThread via iw_page_styles_scripts.jspf now. */
/* It's supposed to be blank. */
/* If you have css custom company overrides, use ANT build to overwrite this file with the version for your company. */

#FieldGrid2038 td {
	padding-left:3px;
	padding-right:3px;
	font-weight:400 !important;
	color:rgb(85, 85, 85) !important;
	font-size: 14px;
} 

#FieldGrid2038 td button {
	padding:5px;
	font-weight:500 !important;
}

#FieldGrid2038 table{
	overflow-x:auto;
}

#FieldGrid2038 .edit-cell textarea {
	min-width: 175px !important;
	box-sizing: border-box;
	pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

#FieldGrid2038 td.read-cell{
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}