/*!
 * ObjectOriented UserInterface Frame styles.
 *
 * @copyright 2011-2013 OOJS Team and others; see AUTHORS.txt
 * @license The MIT License (MIT); see LICENSE.txt
 */

.oo-ui-frame {
	margin: 0;
	padding: 0;
}

.oo-ui-frame-body {
	margin: 0;
	padding: 0;
	background: none;
}

.oo-ui-frame-content {
	font-family: sans-serif;
	font-size: 0.8em;
}
