@media only screen and (max-width: 990px) {
	#topNav a.logo {
		margin-left: 15px;
	}
}

.note-toolbar-wrapper.panel-default {
	border: none;
}

.note-popover .popover-content, .panel-heading.note-toolbar {
	padding: 0 0 0px 5px;
	margin: 0;
}

.note-popover .popover-content, .panel-heading.note-toolbar {
	padding: 0 0 0px 5px;
	margin: 0;
	height: 41px;
}

.btn-group.note-btn-group.note-style {
	margin-top: -8px;
}

.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-palette-title, .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-palette-title {
	color: black;
	margin: 2px 7px;
	font-size: 12px;
	text-align: center;
	border-bottom: 1px solid #eee;
}

.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-reset, .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-reset {
	color: black;
	width: 100%;
	padding: 0 3px;
	margin: 3px;
	font-size: 11px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}