.btn {
    display: none;
}

#header-responsive .btn-menu {
    display: none;
}

.btn {
    display: none;
}

.booking-heading {
    width: 30%
}

.booking-data {
    width: 70%
}

#header-responsive {
  box-shadow: none;
  background: none;
}

.page-menu{ 
	margin-top: 3em;
}
.bookingH1 {
  margin: .67em 0;
  font-size: 2em;

}

#wrapper {
    margin: 0;
}

#sidebar-wrapper{
	display: none;
}

.cslMessage {
	display: none;
}

br {
	display: none;
}


.accname {
	display: none;
}

.footer{
	font-size: 80%;
	color: #acacac !important;
}

#header_right{

	font-size: 10px;
}
#header-right a{
	display: none;
}
#header_right br {
	display : inline;
}

@media print {
    .noprint {display:none !important;}
    a:link:after, a:visited:after {  
      display: none;
      content: "";    
    }
}