.FoodTable {
    width: 100%;
    height: auto;
    float: left;
    border-radius: 10px;
    z-index: 10;
    border-collapse: collapse;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.drawFoodSearchBar {
    position: fixed;
    height: auto;
    width: 100%;
    top: 7.1%;
    box-shadow: 2px 2px 6px silver;
    background-color: white;
    z-index: 129;
    transition: all .2s ease;
    animation: fadein 1s;
}
.FoodTableHeader {
    color: rgba(92, 10, 58,0.8);
    top: 0;
    z-index: 2;
    position: sticky;
    box-shadow: 2px 2px 6px grey;
    transition: all .3s ease;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #4c5667;
}
.MealSingleMainMealPlanOptions {
  width: 40px;
  height: auto;
  float: left;
  cursor: pointer;
  border-radius: 5px;
  transition: all .3s ease;
  background-color:#ddd;
  border-radius:5px;
}
.SingleFoodTableHeader {
    text-align: center;
    border-bottom: 1px solid silver;
    padding: 1.5% 0% 1.5% 0%;
    cursor: pointer;
    transition: all .3s ease;
}
.SingleFoodTableHeader:hover {
    background-color: midnightblue;
}
.SingleFoodTableHeader {
    text-align: center;
    border-bottom: 1px solid silver;
    padding: 1.5% 0% 1.5% 0%;
    cursor: pointer;
    transition: all .3s ease;
}
.SingleFoodTableHeader:hover {
    background-color: midnightblue;
}
.FoodTableBody {
    border-spacing:5px;
    overflow-y:auto;
    overflow-x:auto;

}
.subFoodHeaderColumn {
    text-align: center;
    border-bottom: 1px solid silver;
    padding: 1.5% 0% 1.5% 0%;
    cursor: pointer;
    transition: all .3s ease;
    font-weight: bold;
    padding: unset;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 13px;
}
.subFoodHeaderColumn:hover{
}
.FoodTableRowOffSet {
    border-top: 1px solid silver;
    color: rgba(92, 10, 58,1);
    background-color: #dddddd;
}
.FoodTableRowOffSet:hover {
    box-shadow: 2px 2px 6px grey;
    background-color:silver;
}
.FoodTableRowOffSetFoodes {
    color: rgba(92, 10, 58,1);
    background-color: #dddddd;
}
.FoodTableRowFoodes {
}
.FoodTableRow {
    border-Top: 1px solid silver;
    border-bottom: 1px solid silver;
}

.FoodTableBody .FoodTableRow:hover {
    background-color: silver;
    box-shadow: 2px 2px 6px grey;
}

.FoodTableData {
    text-align: center;
    padding: 1.5% 1% 1.5% 1%;
}
.FoodTableBtton {
    width:60%;
    background-color: green;
    padding: 20px 20px 20px 20px;
    text-align: center;
    border-radius: 10px;
    color: white;
    font-size:1.5em;
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 2px 2px 6px black;
    text-decoration: none;
}
.FoodbuttonBlue {
    background-color: #4c5667;
    border: 1px solid #4c5667 ;
    border-radius: 3px;
    outline: none !important;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    min-width: 5%;
    width: 35%;
    color: white;
    margin-bottom: 5px;
    height: auto;
    position: relative;
    cursor: pointer;
    margin-left: 0.5%;
    transition: all .2s ease;
}
.FoodbuttonBlue:hover{
  transform: scale(1.02);
  background-color: cornflowerblue;
}
.FoodSearchContainer {
    width: 35%;
    float: left;
    margin-left: 1%;
    margin-left: 1%;
    height: 80%;
    margin-top: 5px;
}
.SingleFoodDetail{
  width: 90%;
  height: auto;
  margin-top: 0.5%;
  margin-bottom:0.5%;
  margin-left: 3%;
  font-size: 0.8em;
  float: left;
}
.SinglefoodNutrients{
  width: 90%;
  height: auto;
  font-size: 0.8em;
  margin-left: 3%;
  float: left;
}
.SinglefoodNutrientsAtrribute{
  width: 80%;
  height: auto;
  margin-top: 0.1%;
  margin-bottom:0.1%;
  font-size: 0.8em;
  margin-left: 3%;
  float: left;
}
.FoodSearchResult{
  width: 100%;
  height: auto;
  padding-top: 2%;
  padding-bottom: 2%;
  float: left;
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
  margin-top: 1%;
  margin-bottom: 0%;
  cursor: pointer;
  background-color: white;
  transition: all 0.3s ease;
}
.FoodSearchResult:hover{
  box-shadow: 2px 2px 6px grey;
  color:blue;
  transform: scale(1.01);
}
.FoodSearchResultInfo{
  height: auto;
  width: 85%;
  padding-left: 5%;
  float: left;
}
.FoodSearchResultButtons{
  height: auto;
  width: 10%;
  float: left;
}
.FoodSearchResultInfoTop{
  height: auto;
  width: 100%;
  float: left;
  font-size: 1.2em;
  margin-bottom: 1%;
  font-weight: bold;
  color: cornflowerblue;
}
.FoodSearchResultInfoBottom{
  height: auto;
  width: 100%;
  float: left;
  font-size: 1em;
  line-height: 1.5em;
}
.FoodDetails{
  width:100%;
  height: 100%;
  float:left;
}
.FoodDetailsTitle{
  width:90%;
  height: auto;
  margin-left: 5%;
  float: left;
  margin-top: 1%;
  font-size: 1em;
  font-weight: bold;
}
.foodInputCotaniner{
  width:100%;
  height: auto;
  float: left;
  margin-top: 1%;
  margin-bottom: 1%;
}
.foodInputTitle{
  width:30%;
  height: auto;
  margin-left: 5%;
  float: left;
  font-size: 0.8em;
}
.foodInputError{
  background-color: tomato;
  color: white;
  border:1px solid red;
  width:40%;
  height: auto;
  padding-top: 1%;
  padding-bottom: 1%;
  padding-left: 1%;
  margin-top: 0.1%;
  margin-bottom: 1%;
  float: left;
  box-shadow: 2px 2px 6px silver;
  outline: none;
  border: none;
  margin-left: 15%;
  transition: all 300ms linear;
  font-size: 0.8em;
  border-radius: 10px;
}
.foodInputError::placeholder{
  color:silver;
}
.foodInputError:focus{
  background-color:tomato;
  border-radius: unset;
  box-shadow: unset;
  color:rgb(0,50,29);
  border-bottom:3px solid red;
}
.foodInput{
  width:40%;
  height: auto;
  padding-top: 1%;
  padding-bottom: 1%;
  padding-left: 1%;
  margin-top: 0.1%;
  margin-bottom: 1%;
  float: left;
  background-color: white;
  color: #181818;
  box-shadow: 2px 2px 6px silver;
  outline: none;
  border: none;
  margin-left: 15%;
  border-bottom:1px solid silver;
  transition: all 300ms linear;
  font-size: 0.8em;
  border-radius: 10px;

}
.foodInput::placeholder{
  color:silver;
}
.foodInput:focus{
  background-color: unset;
  border-radius: unset;
  box-shadow: unset;
  color:rgb(0,50,29);
  border-bottom:3px solid rgb(0,50,29);
}
.foodNutrientsContainer{
  width:90%;
  height: auto;
  float: left;
  margin-left: 5%;
  padding-bottom: 3%;
  background-color: white;
  border-radius: 5px;
  border:1px solid silver;
  margin-top: 2%;
}
.FoodNutrion{
  width:100%;
  margin-left: 5%;
  height: auto;
  margin-top: 5%;
  float: left;
  font-size: 1.55em;

}
.FoodNutrionOption{
  width: 80%;
  margin-left: 5%;
  height: auto;
  margin-top:8%;
  float: left;
  font-size:1.2em;
  font-weight: unset;

}
.ResultPerPage{
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  font-weight: bold;
  font-size: 0.95em;
  padding-bottom: 1%;
}
.FaxEarchPageContainerParent {
    width: 100%;
    height: auto;
    float: left;
}
.FaxEarchPageContainer {
    width: 20%;
    height: 34px;
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.PaginationArrow11 {
    width: auto;
    height: 15px;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 1px;
    cursor: pointer;
    transition: all .3s ease;
}
.PaginationArrow11:hover{
   background-color:#dddddd;
}
.MealPlansPageNumber {
    width: auto;
    height: auto;
    font-size: 16px;
    float: left;
    padding-bottom: 2px;
    padding-top: 2px;
    margin-left: 1px;
    margin-right: 1px;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
    transition: all .3s ease;
    color: blue;
}
    .MealPlansPageNumber:hover {
        text-decoration: underline;
        background-color: #dddddd;
    }
.MealPlansPageNumberSelected {
    width: auto;
    height: auto;
    font-size: 16px;
    float: left;
    padding-bottom: 2px;
    padding-top: 2px;
    margin-left: 1px;
    margin-right: 1px;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
    transition: all .3s ease;
    color: blue;
    background-color: white;
    border-radius: 5px;
    border: 1px solid silver;
    margin-top:-1px;
}
.PaginationArrow21 {
    width: auto;
    height: 15px;
    float: left;
    padding-top:1px;
    margin-left: 3px;
    margin-right: 5px;
    cursor: pointer;
    transition: all .3s ease;
}
.PaginationArrow21:hover {
    background-color: #dddddd;
}
.FoodTrackerTopBar {
    position: fixed;
    height: auto;
    width: 80%;
    left:10%;
    right:10%;
    top: 7.1%;
    box-shadow: 2px 2px 5px black;
    background-color: white;
    background-image: linear-gradient(rgb(0,50,29), rgb(1,119,69));
    z-index: 129;
    transition: all .2s ease;
    animation: fadein 1s;
    color:white;
}
.FoodLogTitle{
  height: auto;
  width: 90%;
  margin-left: 2%;
  margin-top: 1%;
  margin-bottom: 1%;
  float: left;
  font-size: 1.9em;
}
.FoodSearchResultInfoBottominfo{
    height: auto;
    width: 20%;
    margin-left: 4%;
    float: left;
    font-size: 1.5em;
    padding-bottom: 10px;
}
.trackerContainer{
  width: 100%;
  height: auto;
  float: left;
  box-shadow: 2px 2px 5px silver;
  border-top: 1px solid silver;
  border-bottom:1px solid silver;
  margin-top: 45px;
  background-color: white;
  margin-bottom: 40px;
}
.trackerContainerTitleCotaniner{
  width: 100%;
  height: auto;
  float: left;
  box-shadow: 2px 2px 5px silver;
  padding-bottom: 10px;
  padding-top: 10px;
}
.trackerContainerTitle{
    height: auto;
    width: 70%;
    margin-left: 5%;
    float: left;
    font-size: 1.5em;
}
.trackerContainerCaloriesTotals{
  width:20%;
  height: auto;
  float: right;
  margin-right: 2%;
  text-align: right;
  font-size: 1.3em;
}
.trackerContainerFoodContainer{
  width: 100%;
  height: auto;
  float: left;
}
.trackerContainerFooter{
  width:100%;
  height: auto;
  float: left;
  padding-bottom: 10px;
  padding-top: 10px;
}
.addFood{
  width: auto;
  height: auto;
  font-size: 1.3em;
  margin-left: 2%;
  float: left;
  color: cornflowerblue;
  cursor: pointer;
  transition: all .2s ease;
}
.addFood:hover{
  transform: scale(1.02);
  color:blue;
}
.FoodLogEntry {
    width: 98%;
    margin-left: 1%;
    height: auto;
    padding-top: 1%;
    padding-bottom: 1%;
    float: left;
    border-radius: 5px;
    margin-top: 0.1%;
    margin-bottom: 0.1%;
    cursor: pointer;
    transition: all 0.3s ease;
}
.FoodLogEntry:hover{
  box-shadow: 2px 2px 6px grey;
  color:blue;
  transform: .scale(1.01);
}
.FoodLogEntryInfo{
  height: auto;
  width: 70%;
  padding-left: 5%;
  float: left;
}
.FoodLogEntryButtons{
  height: auto;
  width: 25%;
  float: left;
}
.FoodLogEntryInfoTop{
  height: auto;
  width: 100%;
  float: left;
  font-size: 1.1em;
  margin-bottom: 0.2%;
  font-weight: bold;
}
.FoodLogEntryInfoBottom{
  height: auto;
  width: 100%;
  float: left;
  font-size: 0.9em;
}
.ScreenOption{
    width: 100%;
    height: auto;
    float: left;
    box-shadow: 2px 2px 5px silver;
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
    margin-top: 1%;
    padding-top: 1%;
    background-color: white;
    margin-bottom: 1%;
    transition: all .3s ease;
    cursor: pointer;
}
.ScreenOption:hover{
  background-color: #ddd;
  transform: .scale(1.01);
  box-shadow: 2px 2px 5px black;
}
.DayContainer{
  width:100%;
  height: auto;
  float: left;
  padding-bottom: 10px;
}
.DayContainerArrow1{
    width: auto;
    height: 25px;
    float: left;
    margin-left: 38%;
    margin-top: 15px;
    cursor: pointer;
    transition: all .3s ease;
    background-color: rgba(255,255,255,0.3);
    border-radius: 5px;
}
.DayContainerArrow1:hover{
   background-color:#dddddd;
}
.DayContainerArrow2{
    width: auto;
    height: 25px;
    float: left;
    margin-top: 15px;
    cursor: pointer;
    transition: all .3s ease;
    background-color: rgba(255,255,255,0.3);
    border-radius: 5px;
}
.DayContainerArrow2:hover{
   background-color:#dddddd;
}
.DaySelectedContainer{
  width:9%;
  height: auto;
  float: left;
  padding-top: 1%;
}
.DaySelectedDay{
  width: 100%;
    height: auto;
    float: left;
    color: white;
    text-align: center;
    font-size: 1.3em;
    cursor: pointer;
}
.DaySelectedDayArrow{
  width: auto;
  height: 10px;
  padding-top: 1px;
  transition: .2s all ease;

}
.DaySelectedDayArrowDown{
  width: auto;
  height: 10px;
  padding-top: 1px;
  transition: .2s all ease;
}
.DaySelectedSelector{
  height: 0px;
  border: none;
}
.ChartContainer{
  width:100%;
  height: 45%;
  margin-bottom: 1%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border:1px solid silver;
  border-radius: 3px;
}
.NutruitionsContainer{
  width:60%;
  float: left;
  margin-left:20%;
  border:1px solid silver;
  border-radius: 3px;
  height: auto;
  padding-top: 1%;
  padding-bottom: 1%;
  background-color: white;
  margin-top: 3%;
}
.MealPlanActionMenuBar {
  float: left;
  height: auto;
  width: 100%;
  margin-top: 2%;
  padding-top: 1%;
  padding-bottom: 1%;
  background-color: white;
  z-index: 129;
  transition: all .2s ease;
  animation: fadein 1s;
  overflow-x: auto;
  overflow-y: auto;
  white-space: nowrap;
}
.DailyTotalsTopBar {
  float: left;
  height: auto;
  width: 100%;
  box-shadow: 2px 2px 5px silver;
  background-color: white;
  z-index: 129;
  transition: all .2s ease;
  animation: fadein 1s;
  color: white;
}
.DailyTotalsTopBar {
  float: left;
  height: auto;
  width: 100%;
  box-shadow: 2px 2px 5px silver;
  background-color: white;
  z-index: 129;
  margin-top: 1%;
  transition: all .2s ease;
  animation: fadein 1s;
  color: rgb(22,22,22);
}
.SearchOptionMainMealPlan {
  width: 40px;
  height: auto;
  float: left;
  cursor: pointer;
  border-radius: 5px;
  transition: all .3s ease;
}
.foodSearchButtonMealPlan {
  border: 1px solid #ddd ;
  border-radius: 4px;
  outline: none ;
  background-color: white;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  min-width: 5%;
  width: 36%;
  margin-top: 10px;
  color: cornflowerblue;
  margin-bottom: 5px;
  height: auto;
  position: relative;
  float: left;
  cursor: pointer;
  margin-left: 4%;
  transition: all .2s ease;
}
.foodSearchButtonMealPlan:hover{
  color: white;
  background-color: cornflowerblue;
  border: 1px solid cornflowerblue ;
}
.mealplanContainer{
  width:100%;
  height: 85%;
  float: left;
}
.SingleMealPlanUserContainer{
  width:100%;
  height: 80px;
  background-color: white;
  border-bottom: 1px solid silver;
  border-top: 1px solid silver;
  margin-top: 1%;
  padding-top: 5px;
  padding-bottom: 5px;
}
.SingleMealPlanUser_ProfilePicture{
  width: auto;
  min-height: 30px;
  margin-left: 5%;
  height: 30px;
  float: left;
  margin-top: 10px;
  border-radius: 50%;
}
.SingleMealPlanUser_UserName{
  width: 15%;
  margin-left: 3%;
  height: auto;
  margin-top: 20px;
  font-size: 12px;
  font-weight:bold;
  float: left;
}
.mealPlanUserDeleteButton {
  border: 1px solid #ddd;
  border-radius: 4px;
  outline: none;
  background-color: white;
  padding: 1% 1%;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  min-width: 5%;
  width: 15%;
  margin-top: 10px;
  color: cornflowerblue;
  margin-bottom: 5px;
  height: auto;
  position: relative;
  float: left;
  cursor: pointer;
  margin-left: 1%;
  transition: all .2s ease;
}
.SingleMealPlanMainTopHeader {
  height: 15%;
  width: 98%;
  padding-left: 2%;
  float: left;
  font-size: 1.3em;
  margin-bottom: 1%;
  margin-top: 3%;
  font-weight: bold;
  color: white;
}
.SingleMealPlanDataContainer {
  height: 60%;
  width: 98%;
  padding-left: 2%;
  float: left;
  font-size: 0.75em;
  margin-bottom: 2%;
  color: white;
}
.SingleMealPlanTopContainer{
  width:100%;
  height: auto;
  float: left;
  margin-top: 3%;
}
.SingleMealPlanTopTitle{
  width: 90%;
  height: auto;
  float:left;
  margin-left: 2%;
  font-weight: bold;
  font-size: 0.8em;
}
.SingleMealPlanTopDescription {
  height:auto;
  width: 98%;
  padding-left: 2%;
  float: left;
  font-size: 0.7em;
  margin-top: 2px;
}
.backtoMealPlans{
  width:100%;
  height: auto;
  padding-bottom: 5px;
  float: left;
}
.backtoMealPlansImg{
  width:15px;
  height: auto;
  float: left;
  margin-left: 1%;
  padding-top: 5px;
  transform: rotate(180deg);
}
.backtoMealPlanslabel{
  width:auto;
  height: auto;
  float: left;
  font-size: 10px;
  padding-top: 2px;
  padding-left: 2px;
}
.SingleMealPlanTopData{
  height: auto;
  width: 98%;
  padding-left: 2%;
  float: left;
  font-size: 0.65em;
  margin-bottom: 2%;
  word-wrap: break-word;
}
.SingleMealPlanTopData2{
  height: auto;
  width: 35%;
  padding-left: 7%;
  float: left;
  font-size: 0.85em;
  margin-bottom: 2%;
  word-wrap: break-word;
}
.SingleFoodDetailImg{
  width:auto;
  max-width: 90%;
  max-height: 85%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.FoodLogItemMediaContainer{
    width: 100%;
    height: 18%;
    padding-bottom: 1%;
    padding-top: 1%;
    float: left;
    border-radius: 3px;
    background-color: white;
}
.WorkoutMainEditOptionsFoodLog {
  width: 6%;
  height: auto;
  float: left;
  cursor: pointer;
  background-color: #ddd;
  border-radius: 5px;
  margin-right: 8%;
  margin-top: 3%;
  transition: all .3s ease;
  width: 5.5%;
  height: auto;
  float: left;
  cursor: pointer;
  border-radius: 5px;
  transition: all .3s ease;
}
.NutruitionsContainer2 {
  width: 99.5%;
  float: left;
  margin-left: 0%;
  /* border: 1px solid silver; */
  border-radius: 3px;
  height: auto;
  padding-top: 4%;
  padding-bottom: 1%;
  line-height: 2em;
  background-color: white;
  /* margin-top: 8%; */
}

.SingleMealPlanDataLogContainer {
    height: auto;
    width: 98%;
    padding-left: 2%;
    float: left;
    font-size: 0.75em;
    margin-bottom: 2%;
    color: rgb(22,22,22) !important;
}
.shoppingTable {
  width: 100%;
  height: auto;
  float: left;
  background-color: white;
  border: 1px solid silver;
  border-radius: 10px;
  z-index: 10;
  border-collapse: collapse;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 12px;
}
.ShoppingItemDataImage{
  width:55%;
  height:auto;
  margin:auto;
  display: block;
}
.shoppingTableheader {
  top: 0;
  z-index: 2;
  position: sticky;
  box-shadow: 2px 2px 6px grey;
  transition: all .3s ease;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: white;
  background-size: cover;
  background-repeat: repeat-x;
  background-color: #4c5667;
}
.shoppingTableBody {
  border-spacing: 5px;
  overflow-y: auto;
  overflow-x: auto;
  font-size: 11px;
  text-align: center;
}
.shoppingTableheader {
  border-Top: 1px solid silver;
  border-bottom: 1px solid silver;
  padding-top:5px;
  padding-bottom:5px;
}
.ShoppingItem{
  font-size: 11px;
  text-align: center;
  padding-top:10px;
  border-Top: 1px solid silver;
  border-bottom: 1px solid silver;
  padding-bottom:10px;
  height: 40px;
}
@media only screen and (max-width: 1100px) {
  .SearchOptionMainMealPlan {
    width: 5.5%;
    height: auto;
    float: left;
    cursor: pointer;
    border-radius: 5px;
    transition: all .3s ease;
  }
  .FoodTrackerTopBar {
    position: fixed;
    height: auto;
    width: 100%;
    top: 7.1%;
    left:0px;
    right:0px;
    box-shadow: 2px 2px 5px black;
    background-color: white;
    background-image: linear-gradient(rgb(0,50,29), rgb(1,119,69));
    z-index: 129;
    transition: all .2s ease;
    animation: fadein 1s;
    color:white;
}
  .NutruitionsContainer{
    width:99.5%;
    float: left;
    margin-left:0%;
    border:1px solid silver;
    border-radius: 3px;
    height: auto;
    padding-top: 3%;
    padding-bottom: 1%;
    background-color: white;
    margin-top: 8%;
  }
  .DayContainerArrow1 {
    margin-left: 15%;
    margin-top: 0%;
  }
  .DayContainerArrow2 {
    margin-top: 0%;
  }
  .DaySelectedSelector {
    height: 0px;
    margin-left: 40%;
    border: none;
  }
  .DaySelectedContainer {
    width:49%;
    padding-top: 0%;
  }
  .FoodbuttonBlue {
      font-size: 0.7em;
          padding: 3px 6px;
  }
  .FoodTrackerTopBar{
    top:51px;
  }
  .FoodTable{
    font-size: 0.7em;
  }
  .SingleFoodDetail{

  }
  .AddEventRequestInput{
    width:95%;
    margin-left:0%;

  }
  .FoodSearchContainer {
    width: 98%;
    height: 38px;
  }
  .foodNutrientsContainer{
   
  }
  .FoodLogTitle{
    margin-top: 5px;
    font-size:0.75em;
  }
  .FoodSearchResultInfoBottominfo{
    width: auto;
    margin-left: 2%;
    font-size: 0.8em;
    padding-bottom: 5px;

  }
  .FoodLogEntryInfoTop{
    font-size: 0.8em;
  }
  .FoodLogEntryInfoBottom{
    font-size: 0.6em;
    line-height: 1.3em;
    margin-top: 1px;
  }
  .addFood{
    font-size: 0.9em;
  }
  .trackerContainerTitle{
      font-size: 1em;
  }
  .trackerContainerCaloriesTotals{
    font-size: 0.9em;
  }
  .trackerContainer{
    margin-top: 3px;
    background-color: white;
    margin-bottom: 3px;
  }
  .NutruitionsContainer2 {
    width: 99.5%;
    float: left;
    margin-left: 0%;
    /* border: 1px solid silver; */
    border-radius: 3px;
    height: auto;
    padding-top: 19%;
    padding-bottom: 1%;
    line-height: 2em;
    background-color: white;
    /* margin-top: 8%; */
}
.MealSingleMainMealPlanOptions {
  width: 5.5%;
  height: auto;
  float: left;
  cursor: pointer;
  border-radius: 5px;
  transition: all .3s ease;
  background-color:#ddd;
  border-radius:5px;
}
}
