.setting-highlight {
	background-color: #d54e21;
	color: #fff;
	font-size: 9px;
	line-height: 22px;
	font-weight: 600;
	margin: 1px 0 0 2px;
	vertical-align: middle;
	border-radius: 10px;
	padding: 0 4px;
	font-weight: bold;
	padding-top: 2px;
	margin-right: 5px;
}

.in-memory-cache {
	display: none;
}

.in-memory-cache.show {
	display: table-cell;
}

.form-table {
	width: 50%;
	clear: none;
	display: none;
}

.form-table.show {
	display: table;
}

.advanced-mode-wrapper {
	float: right;
	width: 50%;
	text-align: right;
	margin-top: 5px;
}

.advanced-mode-wrapper label {
	font-weight: bold;
}

.cache-title {
	margin: 0;
}

#sc_cache_exception_urls {
	min-height: 120px;
}

.sc-notice pre {
	background-color: #ededed;
	padding: 6px 10px;
	overflow: scroll;
}
