#detailsTable{
width:50%;
}

#orderdiv2{
width : 200px;
height : auto;
max-height:70%;
float :top;
position : fixed;
top : 25%;
left:80%;
border:2px solid #000;
background-color:#ffffff;
visibility:hidden;
overflow:auto;
}

#orderdiv{
height : auto;
width:49%;
position : relative;
background-color:#ffffff;
top:auto;


overflow:auto;
}

#orderContainer{
visibility:hidden;
}


#customerDetails{
float:right;
height : auto;
width:50%;

}

.totals{
text-align:right;
border-top:2px solid black;

}


#totalsTable{
position:relative;
margin-right:0px;
margin-left:auto;
padding:20px;
}
