

	/* 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 {}
				.break {
					page-break-before : always;
				}

		html {
			overflow : auto;
		}
			body {
				width : auto;
			}
				#channelSection {
					border : none;
					bottom : auto;
					left : auto;
					position : static;
					right : auto;
					top : auto;
				}
					#channelHeader {
						display : none;
					}
					#channelItems {
						background #ffffff none;
						border : none;
						bottom : auto;
						left : auto;
						overflow : visible;
						position : static;
						right : auto;
						top : auto;
					}
						#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;
							}
						#channelTextInput {
							display : none;
						}
						article.channelItem {
							display : none;
						}
					#channelNav {
						display : none;
					}
					#channelFooter {
						display : none;
					}

