@charset "UTF-8";

@media only screen and (max-width: 768px) {

  .table table {
    white-space: normal;
  }

  .table table tbody tr:nth-child(2) td:first-child {
    vertical-align: top;
    padding-top: 20px;
  }

}
