.wysiwyg, .pell {
	border: 1px solid black;
	box-sizing: border-box;
}

.wysiwyg-content, .pell-content {
	box-sizing: border-box;
	height: 600px;
	outline: 0;
	overflow-y: auto;
	padding: 10px;
}

.wysiwyg-actionbar, .pell-actionbar {
	background-color: #FFF;
	border-bottom: 1px solid rgba(10, 10, 10, 0.1);
}

.wysiwyg-button, .pell-button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	height: 30px;
	outline: 0;
	width: 30px;
	vertical-align: bottom;
}

.wysiwyg-button-selected, .pell-button-selected {
	background-color: #F0F0F0;
}

.wysiwyg-content h1, .pell-content h1, .wysiwyg-css h1, .wysiwyg-css-h1 {
	font-size: 1.75em;
	font-weight: bold;
	color: #1F3784;
	margin: .67em 0 0 0;
}

.wysiwyg-content h2, .pell-content h2, .wysiwyg-css h2, .wysiwyg-css-h2 {
	font-size: 1.25em;
	font-weight: bold;
	color: #1F3784;
	margin: .67em 0 0 0;
}

.wysiwyg-content hr, .pell-content hr, .wysiwyg-css hr, .wysiwyg-css-hr {
	margin: 0 0 .25em 0;
}
