

	/* print */
		html {}
			body {
				background : #ffffff none;
				margin : 0px;
				padding : 0px;
			}
				button.makeStylesheet {
					display : none;
				}
				button.htmlEncode {
					display : none;
				}
				.pageBreak {
					page-break-before: always;
					background-color : #ffffff;
				}
				div.border {
					page-break-inside : avoid;
				}
				#exampleCode {
					padding : 0em;
					width : auto;
				}
				hr {
					visibility : hidden;
				}

		html {
			overflow : auto;
		}
			body {
				width : auto;
			}
				#channelSection {
					border : none;
					bottom : auto;
					left : auto;
					position : static;
					right : auto;
					top : auto;
				}
					#channelHeader {
						display : none;
					}
					#channelItem {
						background : #ffffff none;
						border : none;
						bottom : auto;
						height : auto;
						left : auto;
						margin : 0px;
						overflow : visible;
						position : static;
						right : auto;
						top : auto;
					}
						.channelItemComments {
							display : none;
						}
					#channelItems {
						display : none;
					}
					#channelTextInput {
						display : none;
					}
					#channelNav {
						display : none;
					}
					#channelFooter {
						display : none;
					}
			
