@import "style.css";
* {
  box-sizing: border-box;
}

.body {
  font-size: 11px;
  font-family: "Arial", sans-serif;
}

.weekend {
  width: 100%;
  min-height: 10em;
}

.group__student-manual-count {
  width: 100%;
}

.group__student-auto-count {
  width: 100%;
}

.group__add {
  display: block;
  margin-bottom: 5px;
}

.group__schedule {
  display: inline-block;
  padding-right: 10px;
}

.group__schedule-table {
  margin-bottom: 5px;
}

.group__schedule-table label {
  display: block;
}

.group__schedule-add {
  display: block;
  margin-bottom: 5px;
}

.schedule-type label {
  display: block;
}

.schedule__month {
  margin: 10px 0;
}
.schedule__month td {
  padding: 0;
}
.schedule__date-interval {
  padding: 5px !important;
}

/* old shit */
table {
  border: 1px solid #aaa;
  border-collapse: collapse;
  /* margin-bottom: 10px; */
}

fieldset {
  margin-bottom: 10px;
}

table td {
  border: 1px solid #aaa;
  vertical-align: top;
  padding: 5px;
}

table table {
  width: 100%;
}

input[type=text], input[type=number] {
  width: 100%;
}

/*# sourceMappingURL=default.css.map */
