@charset "UTF-8";
.pre_property tbody tr td{
	/* wrap long urls */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	-ms-word-break: break-all;  /* IE 8 */
	-ms-word-wrap: break-word;  /* IE 8 */
	word-break: break-all;
	word-wrap: break-word;      /* IE 5+ */
	overflow: auto;
}