@charset "utf-8";

.multimax_table--outer {
  overflow: auto;
  table {
    width: 100%;
    border-top: 3px solid #009844;
  }
  tr {
    border-bottom: 1px solid #999;
  }
  th {
    text-align: center;
    padding: 20px 10px;
    width: 210px;
    background: rgba(126, 203, 160, .5);
  }
  td {
    padding: 20px 10px;
    width: calc(100% - 210px);
  }
  @media screen and (max-width: 767px) {
    table {width: 894px;}
    th, td {
      padding: 10px;
    }
  }
}