/* BB Editor styles */
.editor-header {
	min-height: 30px;
}

.bbe-button {
	font-size: 20px;
	display: block;
	float: left;
	cursor: pointer;
	cursor: hand;
	padding: 6px 0px 6px 0px;
	width: 50px;
	font-weight: bold;
	text-align: center;
}

.bbe-button:hover {
	background: #FFC857;
}

.bbe-align-left {
	text-align: left;
}

.bbe-align-center {
	text-align: center;
}

.bbe-align-right {
	text-align: right;
}

.bbe-align-justify {
  text-align: justify;
  text-justify: inter-word;
}

.bbe-align-right {
  text-align: center;
  float: right;
}

.bbe-magnifier {

}

.bbe-hidden {
  display: none;
}

/* Project styles */

.bbeditor-container {
	width: 500px;
	display: block;
	border: 1px solid black;
	padding: 0 0 0 0;
}
