.no-print{
	display: none !important;
}
.boxStyle{
	box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border:1px solid #eee;
}
.bgTitle{
	border-bottom: 1px solid #eee;
}
.buttonContainer{
	text-align: center;
}
.buttonContainer .btnStyle {
    display: inline-block;
    font-size: 1.2em;
    margin-bottom: 10px;
    padding: 10px 52px;
}
.buttonContainer .btnStyle i {
    font-size: 1.2em;
    margin-left: 7px;
    vertical-align: middle;
}

.bigDiv {
width: 100%;
float: none;
}

.mediumDiv {
width: 100%;
float: none;
margin-bottom: 20px;
}
.wrap {
	width: 210mm;
}

body {
	padding: 0;
}

#header, #header.shrink {
	position: static;
	margin-bottom: 10px;
	background: none;
}

#header .logo {
	position: static;
	background: none;
	padding: 0;
	left: unset;
	float: unset;
	margin: 0 auto;
}

#header .logo img {
	height: 100px;
}

@page {
  size: A4;
  margin: 0;
}
@media print {
  .buttonContainer {display: none;}
  html, body {
    width: 210mm;
    height: 297mm;
  }
  /* ... the rest of the rules ... */
}