.upperText {
			font-family: 'Poppins', sans-serif;
			Font-size: 13px;
	}
	
	
	.krowd-nav-menu  {
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.orderTableFont {
    font-family: 'Poppins';
    text-transform: uppercase;
    font-weight: 500;
    font-size: 28px;
    text-align: left;
    width: 70%;
    height: 100%;
    padding: 0 20px!important;
    align-items: center;
}

.orderTableFont:hover {
    font-family: 'Poppins';
    text-transform: uppercase;
    font-weight: 500;
    font-size: 28px;
    
    text-align: left;
    width: 70%;
    height: 100%;
    padding: 0 20px!important;
    align-items: center;
}

.orderTableIcon {}


	Table {
    border-collapse: collapse
    text-indent: initial;
    white-space-collapse: collapse;
    text-wrap: wrap;
    line-height: normal;
    font-weight: normal;
    font-size: medium;
    font-style: normal;
    color: -internal-quirk-inherit;
    text-align: start;
    border-spacing: 0px;
    font-variant: normal;
    align-self: center;
    
}

tr:hover{
    background-color: #000;
    color: #ffffff;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-weight: 500;
    font-size: 28px;
    padding-top 20px;
}
tr:hover td.notowned{
    background-color: red;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-weight: 500;
    font-size: 28px;
    padding-top: 20px;
}
td {border-spacing: 0px;
	font-family: 'Poppins';
    text-transform: uppercase;
    font-weight: 500;
    font-size: 28px;
    padding-top: 20px!important;}
    
    
    .bg-one {
    background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url(/assets/images/family-meal.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    
}

.bg-two {
    background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url(/assets/images/pizza.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    
}

	