/*todo*/
body.mobile {
  font: 1rem/1.6 sans-serif;
  width: 100%;
}

body {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 10px;
}

fieldset {
  margin-top: 20px;
  padding: 0 10px;
  border: 1px dashed #777;
  border-radius: 5px;
  clear: both;
}

legend {
  padding: 0 5px;
  font-size: 0.8em;
  color: #666;
}

a {
  text-decoration: none;
  color: cornflowerblue;
  word-break: break-word;
}

a:hover {
  color: blue;
  text-decoration: underline !important;
}

a:visited {
  color: blueviolet;
}

#container img {
  margin: 0 auto;
}

#msg {
  width: 99%;
  margin-top: 10px;
  display: inline-block;
}

#name {
  width: 20%;
}

#subscription {
  float: right;
  padding-right: 3px;
}

pre, code {
  white-space: pre-wrap !important;
  word-wrap: break-word;
  word-break: break-word;
  font-family: Monaco, consolas, courier, monospace;
}

p {
  word-break: break-word;
}

.infinite-scroll-signal {
  width: 0;
  height: 0;
  visibility: hidden;
}
.buttons {
  text-align: center;
}
.buttons button {
  padding: 0 5px;
  margin: 0 5px 6px;
}
.private {
  background-color: #eee;
}
legend {
  background-color: #fff;
  border-radius: 3px;
}
