/* ==========================================================
   HOTEL SEARCH — MEAL FILTER
   Изворно: hotel.css, Section 19

   Само сајзот на checkbox-ите во #meal-filter-list.
   ========================================================== */

/* ==========================================================
   19. MEAL FILTER
   ========================================================== */
#meal-filter-list input[type="checkbox"] {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    cursor: pointer;
}

