.food-services-table, .food-services {
        position: relative;
        top: -40px;
    }


 @media only screen and (max-width: 768px) {

    .food-services-table, .food-services {
        position: relative;
        top: 40px;
    }

}

.programPlanTable tr td {
    background: #fff !important;
   
}



#ft-wrapper {
	 position: relative;
	 top: -30px;
}
 @media only screen and (max-width: 600px) {
	 #ft-wrapper {
		 position: relative;
		 top: -40px;
	}
}


.programPlantable .food-services-row th {
    
    text-align: center !important;
}

.programPlantable tbody tr td {
    
    vertical-align: top !important;
}

 .responsiveTable td {
     
     vertical-align: top !important;
 }


.responsiveTable tbody tr td:nth-child(0)  {
    
    font-weight: bold; !important;
    /*vertical-align: middle !important;*/
}

 .responsiveTable td:nth-child(0) {
     
     font-weight: bold; !important;
     /*vertical-align: middle !important;*/
 }



@media screen and (min-width: 768px) {
      .container-prices {
        position: relative;
        margin-top: -30px;
        margin-bottom: 60px;
      }
    }