@import url(/common/2021/css/site.css);

/*h2, h3, h4,
.table > thead > tr > th {
  background-color: rgba(43, 87, 62, 0.3);
}*/

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1rem;
}

#message {
  margin-top: 2rem;
}

#history table {
  width: 100%;
  margin-top: 1rem; margin-bottom: 2rem;
}

#history table th {
  width: 5rem;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
  vertical-align: top;
  padding: .5em 1em;
  box-shadow: 0 3px 3px -3px #e99;
}

#history table td {
  padding: .5em; 0 .5em 1em;
  box-shadow: 0 3px 3px -3px #9ce;
}
