.master-content-container {
	padding: 15px;
	border: 2px dashed #988523;
}
.bottomBar {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 57px;
	background: rgb(191, 191, 191);
	border-top: #a1a0a0 1px solid;
	text-align: center;
	padding: 10px 0 0;
	box-sizing: border-box;
	z-index: 1000;
}
/* Adjustment due to bottom panel */
.is-wrapper > div:last-child {
	margin-bottom: 57px;
}
.is-wrapper > div.is-section-100 {
	height: -moz-calc(100% - 57px);
	height: -webkit-calc(100% - 57px);
	height: -o-calc(100% - 57px);
	height: calc(100% - 57px);
}
#divSnippetCatOptions > div {
    font-size: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { /* for IE */
.is-wrapper > div:last-child {
	border-bottom: rgba(0,0,0,0) 57px solid;
	height: calc(100% - 0px);
}
}
.is-wrapper {
	display: none
}

.master-content-container .row > * {
    min-height: 30px;
}

#rte-toolbar button {
    color: #333333;
    background-color: #d3d3d3;
}