.sbPage, .sbDrawer, .sbPageHolder, .sbDrawerHolder, .sbTrashBin, .sbCopyPasteBar {
	font-family: Arial;
}

.sbPageHolder {
	border: 1px solid #333;
	top: -1px;
	overflow: auto;
	float:left;
}

.sbDrawerHolder {
	border: 1px solid #333;
	background-color: #999;
	padding: 0px;
}

.sbDrawerLabel {
	text-align: left;
	height: 28px;
	margin: 0px 0px 1px 0px !important;
	font-size: 16px;
}

.sbPage {
	margin: 0px;
}

.sbDrawer {
	background-color: #999;
}

.sbAddPageBtn {
	display: inline-block;
	width: 24px;
	border: 1px solid black;
	padding: 1px 1px 0 1px;
	margin-top: 2px;
	text-align: center;
	font-weight: bold;
}

.sbBreedNameInput {
	position: absolute;
}

.sbPanelHolder {
	display: flex;
}

.sbPanel {
	border: 1px solid black;
	display: inline-block;
	margin-right: 4px;
}

.sbPanelContent {
	padding: 4px;
}

.sbTitleBar {
	width: 100%;
	background-color: gray;
	padding-left: 4px;
}

.sbCloseBtn {
	float: right;
	font-size: 11px;
}

.sbPanel input, .sbPanel button {
	color: black;
	text-shadow: none;
	padding: 0 3px;
}

.sbPanel label {
	color: black;
	text-shadow: none;
	margin-right: 4px;
}

.sbShapePanel {
	width: 120px;
	height: 130px;
}

.sbTraitPanel{
	width: 240px;
	height: 130px;
	display: inline-flex;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
}

.sbTrait {
	display: inline-block;
	background-color: white;
	border: 1px solid black;
	color: black;
	text-shadow: none;
	margin: 0 4px 4px 0;
	padding: 4px;
}

.sbTraitEditor {	
}

.sbTraitEditor input {
	width: 120px;
}

.sbPageTab.goog-tab {
  border: 1px solid #333;
  color: #333;
  padding: 4px 8px;
}

.sbPageTabBar.goog-tab-bar-top .goog-tab-selected {
	top: 2px;
}
