div {
  max-width: 100%;
}
th {
  text-align: center;
}
table,
th,
td {
  border: 1px solid #000;
}
button {
  margin: 4px;
}
#code-block {
  background-color: #eee;
  border: 1px solid #999;
  display: block;
  padding: 20px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  overflow-x: auto;
  white-space: nowrap;
}
#profilePictureDiv {
  text-align: center;
  float: left;
}
#profilePictureDiv > img {
  margin-right: 20px;
  height: 100px;
  width: 100px;
}
#profileTable {
  float: right;
  width: 300px;
  table-layout: fixed;
}
#statusMessage {
  position: relative;
  top: 40px;
}
#liffData {
  clear: both;
}
.textLeft {
  text-align: left;
}
.buttonGroup {
  padding-top: 20px;
}
.hidden {
  display: none;
}
