@media only screen and (min-width: 768px) {
    
#OT_searchWrapperAll {
width:100%;
height:100px;
/*
position:relative;
*/
background:#fff;
margin:0;
padding:0;
}

#OT_searchWrapper {
border:none;
background:#fff;
font-family:inherit;
font-size:12px;
width:90%;
height:100px;
position:relative;
margin:0;
}

#OT_searchWrapper .OT_feedTitle {
position:absolute;
top:0;
left:0;
font-size:12px;
font-weight:400;
line-height:normal;
margin:0 0 1px 5px;
}

#OT_searchWrapper dl {
position:absolute;
top:0;
left:0;
margin:0;
padding:0;
}

#OT_partySizeLbl {
position:absolute;
top:25px;
left:0;
text-align:right;
width:110px;
display:block;
margin:0 0 0 5px;
padding:3px 0;
}

#OT_partySize {
position:absolute;
top:25px;
left:120px;
margin:0;
padding:0;
}

#OT_dateLbl {
position:absolute;
top:55px;
left:0;
text-align:right;
width:110px;
margin:0 0 0 5px;
padding:3px 0;
}

#OT_date {
position:absolute;
top:55px;
left:110px;
width:100px;
margin:0;
padding:0;
}

#OT_timeLbl {
position:absolute;
top:55px;
left:210px;
width:60px;
text-align:right;
padding:3px 0;
}

#OT_time {
position:absolute;
top:55px;
left:275px;
margin:0;
}

#OT_empty {
position:absolute;
width:0;
height:0;
top:100px;
left:0;
margin:0;
padding:0;
}

#OT_submitWrap {
position:relative;
top:55px;
left:400px;
z-index:5;
margin:0 5px 0 0;
}

#OT_submitWrap input {
width: auto;
}


#OT_logo {
/*
position:absolute;
top:120px;
left:0;
*/
width:100%;
display:block;
background:#fff;
margin:0;
padding:0;
/*
height: 200px; /* accomodates the calendar in the show/hide */
}

#OT_logoLink {
/*
position:absolute;
top:100px;
left:0;
*/
width:100%;
font-size:9px;
font-family:Verdana,Arial,Helvetica,Sans-Serif;
display:block;
background:#fff;
margin:0;
padding:0 0 10px;
}

#OT_logoLink a {
padding:0 0 0 10px;
}

#OT_imglogo {
border:0;
margin:0 0 0 10px;
}

#OT_searchWrapper form {
margin:0;
padding:0;
}

#OT_searchWrapper input.hidden {
display:none;
}

#OT_searchWrapper .feedFormField,#OT_searchWrapper .feedFormField option {
font-size:12px;
margin:2px;
}

#OT_searchWrapper #startDate,#OT_searchWrapper .OT_feedFormfieldCalendar {
font-family:Verdana,Arial,Helvetica,Sans-Serif;
font-size:12px;
width:85px;
margin:0;
}

#OT_searchWrapper #dateDisplay {
font-size:10px;
color:#999;
font-family:Verdana,Arial,Helvetica,Sans-Serif;
float:right;
display:inline;
margin:0 30px 0 0;
}

#OT_searchWrapper .imgCal {
position:absolute;
display:none;
z-index:100;
}

#OT_searchWrapper #imageCal table {
font-size:12px;
width:150px;
font-family:arial;
font-weight:700;
background:#FFF;
}

#OT_searchWrapper #imageCal td {
text-align:center;
padding:0;
}

#OT_searchWrapper .clickableDays {
color:#000;
text-decoration:none;
height:18px;
}

#OT_searchWrapper .nonclickableDays {
color:#CCC;
height:18px;
}

#OT_searchWrapper .months {
color:#FFF;
text-decoration:none;
}

#OT_searchWrapper .weekdays {
text-decoration:none;
color:#666;
background-color:#EFEFEF;
width:14%;
}

#imageCal {
background-color: white; 
}
    
}