.will_delete {
  background-color : #FFCCCC;
}

.cond_list tr td,th {
  font-size : 14px;
}

h1 {
  border-left : 10px solid;
  border-bottom : 2px solid;
  /* border-color : #5496fc; */
  border-color : #274886;
  padding-left : 20px;
}

h2 {
  background-color: #325cab;
  color: #ffffff;
}

th {
  color: #ffffff;
  background-color: #325cab;
}

tr.new td {
  background-color: #ffcccc;
}

tr.deposited td {
  background-color: #ffffcc;
}

tr.inputed td {
  background-color: #ccffcc;
}

tr.exhibited td {
  background-color: #ffffff;
}

tr.e_will_exhibit td {
  background-color: #ccffcc;
}

tr.e_will_delete td {
  background-color: #ffcccc;
}

tr.e_finished td {
  background-color: #cccccc;
}

tr.e_modify td {
  background-color: #ccccff;
}

#register_shelf * {
  font-size: 30px;
}

