@charset "utf-8";

table.info th {
  width: 210px;
}

.name{
  text-align: right;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  table.info tr{
    border-bottom: none;
  }
  table.info th,
  table.info td {
    width: 100%;
    display: block;
  }
}
