body, table, h1, h2, h3 {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
  font-weight: bold;
}

body, table {
  font-size: 12px;
}

h1 {
  font-size: 16px;
}

h2 {
  font-size: 14px;
}

h3 {
  font-size: 13px;
}

a {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  color: #666666;
}

a:hover {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  color: #cc3328;
}

form, textarea, input, select, checkbox { 
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #000000;
}

body {
  background-color: white;
}

.bg0 {
  background-color: #fafafa;
}

.bg1 {
  background-color: #c9d8d8;
}

.bg2 {
  background-color: #e6f2f2;
}

.tag {
  background-color: #c9c9ff;
}

.fg2 {
  color: #479088;
}

.note {
  color: #800000;
}

label {
  color: #c00000;
  font-size: 70%;
  position: absolute;
  transform: translate(calc(-100% - 4px),2px);
  text-align: right;
}

input[type=text] {
  padding-top: 3px;
  padding-bottom: 3px;
}

*:disabled {
  background-color: #dddddd;
  color: black;
}

.header {
  margin: 10px 0px 10px 0px;
  padding: 5px;
  background-color: #c9d8d8;
}

.indent {
  padding-left: 30px;
  padding-top: 8px;
  padding-bottom: 5px;
  background-color: #e6f2f2;
}

.input {
  white-space: nowrap;
  padding-bottom: 5px;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  padding-botton: 5px;
}

.col {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.forbidden {
  text-decoration: line-through;
}

.iconbutton {
  padding: 0;
  border: none;
  background: none;
}

.trash, .recycle {
  text-align: center;
  transition-duration: .4s;
}

.trash:hover {
  background-color: red;
}

.recycle:hover {
  background-color: green;
}

