@charset "UTF-8";
table#history th, table#history td {
  padding: 10px;
  font-size: 14px;
  font-size: 1.4rem; }
  @media screen and (min-width: 1200px) {
    table#history th, table#history td {
      font-size: 14px;
      font-size: 1.4rem; } }
table#history th {
  text-align: center;
  background-color: #f1ebe4; }
table#history th.time {
  width: 10% !important; }
table#history th.content {
  width: 50% !important; }
table#history th.name {
  width: 15% !important; }
table#history th.license {
  width: 25% !important; }
table#history tr:nth-child(odd) {
  background: #f8f5f1; }
