@import 'layout.css';

.top_textarea {
  min-height: 30px;
}

.custom-table {
  color: #173190;
  text-align: center;
}
.custom-table .allowEdit {
  background: #ccf4c1;
}
.custom-table .isEdited {
  background: #f4b7c6;
}
.custom-table td > div > input {
  max-width: 80px;
}
.custom-table .small-col {
  width: 100px;
}
.custom-table .note-col {
  width: 300px;
}

#chart {
  padding-right: 15px;
}/*# sourceMappingURL=style.css.map */