html,
body {
	height: initial;
}

/** PRINT WIDGET */
.print-block {
	display: inherit;
}
.print-hidden {
	display: none;
}

/** BACKGROUND WIDGET */
.background-widget {
	background: initial;
	min-height: initial;
	width: initial;
	display: initial;
}

/** PAPER WIDGET */
.paper-widget {
	border: initial;
	border-radius: initial;
	box-shadow: initial;
	background: initial;
	width: initial;
	margin: initial;
	height: initial;
	min-height: initial;
}
.paper-padding {
	padding: initial;
}
.paper-page {
    margin: initial;
    padding: initial;
    width: initial;
    background: initial;
    border: initial;
    border-radius: initial;
    box-shadow: initial;
    box-sizing: initial;
    -moz-box-sizing: initial;
    -ms-box-sizing: initial;
}

/** QUESTION WIDGET */
.question-widget .question-item {
	background-color: initial !important;
}

/** BRAND WIDGET */
.brand-widget,
.brand-helper {
    display: none;
}

/** REPORT WIDGET */
.report-user-details {
	border: none;
	background: none;
}

.report-user-details strong + span {
	width: inherit;
}

/** REPORT GRAPH WIDGET */
.report-graph-widget {
	width: inherit;
	float: inherit;
	page-break-inside: avoid;
	text-align: center;
}