footer {
  position: relative;
  bottom: 0;
  width: 100%;
}

.nobottommargin { margin-bottom: 0 !important; }

.mactive{
	background-color:#af1616;
  color: #ffffff;
}

@media print {

  body {-webkit-print-color-adjust: exact;}

  nav, footer, #order_desktop_only_card, #order_print_card {
    display: none;
  }
  main{
    padding-left: 0;
  }

  @page { margin: 0; }

  .no-print{
    display: none;
  }

  .order-divider {
    -webkit-print-color-adjust: exact;
  }

  .divider {
    -webkit-print-color-adjust: exact;
  }

  .list-divider {
    -webkit-print-color-adjust: exact;
  }

  .container {
    margin: 0;
    width: 1200px;
  }

  .main_container {
    margin: 0 !important;
  }

  .card-panel {
    width: 100%;
    box-shadow: none;
  }

  #order_print_sheet {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .card {
    width: 100%;
  }

}

.rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.rating input {
  display: none;
}
.rating label {
  font-size: 40px;
  cursor: pointer;
  color: #ccc;
  transition: color 0.3s;
}
.rating input:checked ~ label,
.rating label:hover,
.rating label:hover ~ label {
  color: gold;
}
