#header,.hide_from_print,#footer,br{
    display:none;
}
#print_button{
    display:none;
}
#print_logo{
display:block;
height:100px;
width:250px;
margin-bottom:5px;
float:right;
}
    
.reservation{
margin-top:10px;
}
.reservation .title{
font-size:14px;
font-weight:bold;
color:#000;
margin-bottom:5px;
}
.reservation table{
border:1px solid #ccc!important;
margin-bottom:10px;
}
.reservation th{
width:150px;
background:#ddd;
color:#444;
font-weight:bold!important;
font-size:11px;
border-right:1px solid #ccc!important;
border-top:0px solid #fff!important;
text-align:right;
padding-right:10px;
}
.reservation td{
text-align:left!important;
width:300px;
padding:10px;
border-bottom:1px solid #ddd!important;
}
.reservation .floater{
	float:left;
	margin-right:20px;
}