* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
	font-family: Arial!important;
}


.online-order-content.container2 {
	background:none;
	width: 100%;
	margin-top:7%;
}

/*Online Ordering Page*/
.online-order-content .order-div{padding-top:20px;}
.online-order-content .online-logo{height:300px;width:300px;}
.online-order-content .heading{
	opacity: 0.5;
    font-size: 16px;
    word-spacing: 0px;
    text-align: center;
    margin-top: 10px;
}
.online-order-content .margin-adjust{
	overflow: auto;
    min-height: 20px;
    padding: 20px;
    height: 100%;
}
.order-section{
    padding: 7px 0px;
	margin:20px;
    border-bottom: 1px solid rgba(39, 174, 96, 0.5);
    background-color: white;
}
.order-section-content {
	font-size:20px;
	text-align:left;
}
.order-section-content .left-section {

    margin-top: 3px;
	overflow: hidden;
    text-overflow: ellipsis;
	padding-right:7px;
}

.location-name{
	font-size:18px;
}
.location-address{
	    color: gray;
		font-size: 14px;
		margin-top:3px;
}
.order-section-content .order-button{
	text-align-last: right;
}
.order-button btn{
	font-size:18px;
}
 @media only screen and (max-width : 768px) {
/*Hide bigger logo in mobile and tab screens*/
	 .online-logo{display:none;}
    }
	 
 