

/* Start:/about/delivery/route_4/css/styles.css?1773816565745*/
table {
  border-collapse: collapse;
  width: 100%;
  background: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
  margin-bottom: 50px;
}

caption {
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: bold;
}

th,
td {
  border: 1px solid #ccc;
  padding: 10px;
  width: 14.2%;
  height: 60px;
}

.delivery {
  background-color: #228B22;
  color: white;
}

.request {
  background-color: #a53838;
  color: white;
}

th {
  background-color: #f0f0f0;
  font-weight: bold;
  text-align: center;  /* выравнивание по центру */
  vertical-align: middle; /* выравнивание по вертикали (по желанию) */
}

td.today {
  border: 7px solid black;
  box-sizing: border-box;
}
/* End */
/* /about/delivery/route_4/css/styles.css?1773816565745 */
