

.order-history-div{
    width:80%;
    margin:auto;
}

.order-table td{
    font-size:12px;
    text-align:center;
    border:1px solid black;
}
.order-table th{
    font-size:14px;
    text-align:center;
    border:1px solid black;
    width:80px;
}
.lookup_date{
    margin:20px;
}

.order-table {
	position: relative;
	top: 30px;
}
.innder_order_container {
	width: 240px;
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.innder_order_container label {
	float: left;
}
.innder_order_container input {
	float:  right;
}
.endDate{
    height:30px;
    
}
.startDate{
    height:30px;
    
}