@import url('margin.css');
@import url('add.css');

img {
  height: auto;
}

.to-top {
  text-align: center;
}

.m-overflow {
  overflow-x: auto;
}

.m-overflow table th {
  text-align: center;
}

.m-overflow table th,
.m-overflow table td {
  display: table-cell !important;
  font-size: 1.2rem !important;
  padding: 0 !important;
}

h2.content {
  padding: 12px 0 8px 8px;
  border: 1px solid #8EB87F;
  background: #DDEADA 0 0 no-repeat;
  line-height: 1.0em;
}

@media screen and (max-width: 767px) {
  .m-overflow table {
    width: max-content;
    display: table !important;
  }

  .m-overflow table tr {
    display: table-row !important;
  }

  .m-overflow table th,
  .m-overflow table td {
    display: table-cell !important;
    font-size: 1rem !important;
    padding: 0 !important;
  }
}