<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body
{
	margin: 0;
	padding: 0;
}

html
{
	height:100%;
}

body
{
	height:auto !important;
	height:100%;
	min-height:100%;
	min-width:760px;
}

/*Font*/
body
{
	font-size: 80%;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #333;
	background-color: #fff !important;
}


#logo, #toolbar, #menu, DIV#bx-panel, .learn-left-data, #printer
{
	display: none !important;
}

table#header
{
	background:none;
	width:auto;
	margin-left:16px;
}

td#logotext
{
	color:black;
}

#workarea
{
	height:100%;
}

#workarea table.learn-work-table
{
	background:none;
}


#copyright
{
	padding:10px 0 5px 10px;
	color:#616161;
	border-top:1px solid #CCC;
	background-color:#eaecf1;
}

pre.syntax
{
	height: auto;
	overflow: visible;
}

div.hint, div.important 
{
	width: auto;
}

.page-break {page-break-after:always;}


a {color:#1952D3;}


.errortext
{
	color:red;
	font-weight:bold;
}

#title-layout { height: 100px;}
#header-layout { height: 100px; }
#course-title, #footer, #page-title-text { background: none; }
#page-title-numbers, #search, #footer, #page-title-box .r0, #page-title-box .r1 { display: none; }

.courses-left-side
{
	display: none;
}

.courses-main-wrapper
{
	background: none !important;
	box-shadow: none !important;
	border: none !important;
	width: auto !important;
}

#scrollup-wrapper
{
	display: none !important;
}

.courses-page-nav
{
	display: none !important;
}

.courses-header
{
	background: none !important;
	
}

.courses-logo
{
	color: black !important;
}

.courses-pre-header
{
	display: none !important;
}</pre></body></html>