body {
  padding: 10px;
  background-color: #fff;
}

p {
  font-size: 12px;
  line-height: 1.4;
}

table {
  margin: 30px 0;
}

table th {
  font-size: 12px;
}

#float-box {
  overflow: hidden;
}

#float-box img {
  float: left;
  max-width: 45%;
}

#float-box p {
  float: right;
  max-width: 50%;
}

img {
  max-width: 50%;
  height: atuo;
}

@media screen and (max-width: 400px) {
  #float-box img,
  #float-box p {
    float: none;
    max-width: 50%;
  }
}