@media print {

	body, .mainContent, .container-fluid {
		width: 100%;
		margin: 0;
		float: none;
		background: #fff url(none);
	}

	#mainContent{
		padding: 20px 0px !important;
		width: 100%;
	}

	#leftNavigation, #topNavigation, .ad, .noprint,
	i.fa.fa-trash-o, .btn-warning, .btn-success  {
		display: none;
	}

	h1{
		padding: 10px 0 10px 0;
	}
	.form-control{
		padding: 3px 6px;
		font-size: 13px;
	}

	.print-gym-logo{
		display: block;
		float: right;
		max-width: 10pt;
		padding-bottom: 20px;
	}

	#trainplan-tbody tr td span{
		display: none;
	}

	#print-btn{
		display: none;
	}
}
