/**
 * Embeds styling - Top.
 *
 * This file includes embed-specific styling that needs
 * to be output before all other styling.
 */

.global-header,
.global-footer {
	display: none !important;
}

body {
	border: 1px solid #d8d8d8;
  margin: 0;
}

body.nw-table-embed,
body.nw-cff-embed,
body.nw-embed-no-border {
	border: none;
}
