@media all {
	table.table {
		/*width: 90% !important;*/
		overflow-x: auto !important;
	}

	pre {
		background-color: transparent;
		margin: 0px;
		border-style: none;
	}

	body,
	th,
	thead,
	tr.bof_header,
	td.bof_scroll_top,
	td.bof_dnd_page_field,
	td.bof_header_inactive,
	td.bof_filter_list,
	td.bof_filter_list_content_module,
	td.bof_header_active {
		font-family: 'Roboto', 'Open Sans', sans-serif;
		/*font-family: "Univia W01 Regular", "Helvetica Neue",Helvetica,Arial,sans-serif;*/
	}

	div.bof_spark_values {
		font-family: 'Univia W01 Light', 'Univia W01 Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}

	/* PDEV-1894 - Need to override some default styles for the cookie preference link. */
	.ot-sdk-show-settings {
		background: none !important;
		border-style: none !important;
		color: white !important;
	}

	.ot-sdk-show-settings:hover {
		background: none !important;
		border-style: none !important;
		color: white !important;
	}
} /* media all */

@media screen {
	nobody {
		background: #ffffff; /* for non-css3 browsers */
		background: url(./background.jpg) repeat left top;
	}
} /* media screen */

@media screen and (max-width: 768px) {
	span.bof_tree_button_group_break {
		display: block;
	}
}
