
/* This is the sandbox for necessary CSS-editing. PLEASE DO NOT EDIT the _screen.css file! */

/*
 * Suggested order:
 *  display, position, float, clear
 *  width, height
 *  margin, padding
 *  border, background
 *  color, font, line-height, text-align, text-decoration
 *  vertical-align, white-space, overflow, cursor, list-style
 */
.force-wrap {
	word-wrap: break-word;
	word-break: normal;
}

pre {
	font-family: inherit;
	word-wrap: break-word;
	word-break: normal;
	white-space: pre-wrap;
	font-size: 12px;
 	line-height: 1.5;
}

.preData {
	max-width: 550px;
}

/* IE Fix */
DIV.modalpopup-content {
	padding: 2px;
}

FORM.inline {
	display: inline-block !important;
}
