body:not([data-theme='gail']){	/* excluding gail since it's adding another scrollbar in preview */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
}

.light h1,
.light h2,
.light h3,
.light h4,
.light h5,
.light .copyright,
.ligth h6,
.ligth p,
.light .ly-section-subtitle h5,
.light .ly-button,
.light a.ly-button,
.light a.ly-button span,
.light .ly-paragraph p,
.light .ly-element-shoppingcarts,
.light .ly-paragraph,
.light .ly-paragraph a,
.light .ly-paragraph li,
.light .meta,
.light p {
  color: #ffffff !important;
}

/*
* Text editor customization
*/
.note-editable {
	background-color: #fff;
}

.note-editable p,
.note-editable h1,
.note-editable h2,
.note-editable h3,
.note-editable h4,
.note-editable h5,
.note-editable h6 {
	color: #000;
}

.note-style button[disabled] {
  background-color: #b5b5b5;
  border: none;
  color: #ddd;
}

.note-editor .note-toolbar .note-dropdown-menu {
	padding: 0;
}

.note-dropdown-menu a.note-dropdown-item,
.note-dropdown-menu a.note-dropdown-item:hover {
	margin: 0;
	padding: 5px;
}

.link-dialog input.note-link-text,
.link-dialog input.note-link-url {
	border: 1px solid #BFBFBF;
}

.link-dialog input.note-link-btn {
	background: #478bfb;
	float: none;
	border: none;
	margin: 10px 0;
}

.link-dialog input.note-link-btn:hover {
	background: #478bfb;
}

.link-dialog .note-modal-footer {
	height: auto;
}