/** ========  таблица калорийности ========= */
.page-calorie h3 {
    margin-top:1.5em;
  }
  .page-calorie h3, 
  .page-calorie h4 {
    text-align:center;
  }
  .page-calorie table {
    margin:0.5em auto;
    width: 80%;
    background: #fcfcfc;
    border: 1px solid #e5e5e5;
  }
  .page-calorie a {
    text-decoration:none;
    color:#000;
  }
  .page-calorie td.name:hover {
    background: #fff3cb;
  }
  .page-calorie th, 
  .page-calorie td {
    padding:0.2em 1em;
  }
  .page-calorie th {
    border-bottom: 2px solid #ffc400;
  }
  .page-calorie td {
    border-bottom: thin dotted #dadada;
  }
  .page-calorie tbody tr:first-of-type td {
    padding-top:0.5em;
  }
  .page-calorie th:not(.name), 
  .page-calorie td:not(.name){
    text-align: center;
  }
  /** ========  конец таблица калорийности ========= */