/* line 5, app/assets/stylesheets/my_page.scss */
.tbl-r06 tr:nth-child(even) {
  background: #fafafa;
}

/* line 8, app/assets/stylesheets/my_page.scss */
.tbl-r06 td {
  border: none;
}

@media screen and (max-width: 640px) {
  /* line 13, app/assets/stylesheets/my_page.scss */
  .tbl-r06 .thead {
    display: none;
  }
  /* line 16, app/assets/stylesheets/my_page.scss */
  .tbl-r06 td {
    display: inline-block;
  }
  /* line 19, app/assets/stylesheets/my_page.scss */
  .tbl-r06 span {
    font-weight: bold;
  }
  /* line 22, app/assets/stylesheets/my_page.scss */
  .tbl-r06 .last {
    border-bottom: solid 2px #646464;
  }
}
