

@media print{
	* {
		overflow:visible !important;
	}

	header, .breadcrumb, aside, a.print-page, .cos-box-title::after, footer {
		display: none;
	}

	html{
		background: #FFF;
	}

	body, .wrapper{
		display:block;
		width:auto;
		height: 100%;
		padding:0;
		margin-top:0;
		margin-bottom:0;
		margin-left:0px;
		margin-right:0px;
		border:0;
		size:landscape;
		overflow:visible;
	}


	body, p, td, ul, ol, li, th, nobr, b, i, select, input, font, a, a:visited, a:active, a:focus, a.cos-link {
	    color:#000;
	    font-family:Arial,Univers,sans-serif;
	    font-size:12px;
	}

	a, a:visited, a:active, a:focus {
		text-decoration: none;
	}

	aside + main{
		width: 100%;
		margin:0;
	}

	.cos-box-title{
		background-color: #FFF;
		color: rgb(0, 0, 0);
		padding: 0;
	}

	.cos-box-content.cos-box-warning-content{
		display: block;
	}

	.cos-box-content{
		border: 0px none;
		background: rgb(255, 255, 255) none repeat scroll 0% 0%;
		color: #000;
	}

	main p {
		color: #000;
		font-size: 12px;
	}


	.cos-title, .cos-box-title-heading, .cox-box-title-text, .cos-box-header, .cos-related-links-header, .cos-ul-title{
	    font-family: Arial,Univers,sans-serif;
	    font-size: 16px;
	    line-height: 22px;
	    overflow: visible;
	}

	.cos-box-title{
		padding-left: 10px;
		padding-right: 0px;
	}

	.cos-box {
	    border: 1px solid #000;
	    padding: 0px;
	}
	.cos-step{
		background: none;
		padding-left: 0;
	}

	.cos-step .cos-target, .cos-step, .cos-action, .cos-li,.cos-mediaobject > img {
		margin: 0;
	}

	.cos-mediaobject {
		background: transparent;
	}

	.cos-action img, .cos-li img, .cos-sli img, .cos-ai img, .cos-result img, .cos-note img, .cos-p img, .cos-img-pos-nr img, .cos-img-pos-expl img{
		-webkit-filter: brightness(0) invert(0);
		filter: brightness(0) invert(0);
	}

	.cos-li {
		color: #000 !important;
	}

	.cos-p {
	    margin: 0 0 10px 0;
	}

	.cos-li .cos-p .cos-link {
		display: none;
	}

	.cos-box-warning-title{
		background-image:none;
	}

	.cos-action .cos-link {
		display: none;
	}
	
	.messagebox .expandable {
			height: auto;
	}
}