.message {
  border-left: 0.5rem solid #666666;
  background: black;
  color: #eeeeee;
  margin-bottom: 1.0rem;
  border-radius: 0 0.8rem 0.8rem 0;
  overflow: hidden;
}

.message * {
  padding: 0.5rem;
}

.message .subject {
  clear: left;
  background: #333333;
  font-size: 1.4rem;
  font-weight: bold;
  /* padding-left: 1.5rem; */
}

.message .body {
  clear: left;
  padding: 1.6rem;
}

.message .label {
  float: left;
  clear: left;
  min-height: 3rem;
}

.message .value {
  float: left;
  min-height: 3rem;
}

.message .input {
  float: left;
  max-width: 50rem;
}

.message .sent {
  float: left;
  font-size: 0.8rem;
  font-style: italic;
  background: #333333;
  width: 100%;
}

.message a.account {
  float: left;
  background-color: #333333;
  color: white;
  margin-left: 1.0rem;
  padding: 0.4rem 0.7rem;
  border-radius: 0.8rem;
  text-decoration: none;
}

.message a.account:hover {
  background-color: white;
  color: #333333;
}

.message .simyard {
  float: left;
  background-color: #265a2c;
  color: white;
  margin-left: 1.0rem;
  padding: 0.4rem 0.7rem;
  border-radius: 0.8rem;
}

.message .you {
  float: left;
  background: #666666;
  margin-left: 1.0rem;
  padding: 0.4rem 0.7rem;
  border-radius: 0.8rem;
}

.message .body * {
  border: none;
  background-color: transparent;
  font-size: 1.0rem;
  color: #f6f6f6;
  margin: 0;
  padding: 0;
  line-height: 1.4rem;
  position: static;
  top: 0;
  left: 0;
}

.message .body h1 {
  font-size: 1.6rem;
  border-bottom: 0.2rem solid white;
  margin-top: 0.8rem;
  margin-bottom: 0.4rem;
}

.message .body h2 {
  font-size: 1.3rem;
  border-bottom: 0.15rem solid white;
  margin-top: 0.6rem;
  margin-bottom: 0.3rem;
}

.message .body h3 {
  font-size: 1.1rem;
  border-bottom: 0.1rem solid white;
  margin-top: 0.4rem;
  margin-bottom: 0.8rem;
}

.message .body p {
  margin-bottom: 0.6rem;
}

.message .body ol, .message .body ul {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.message .body li {
  margin-left: 1.2rem;
}

.message .body a {
  color: #cc9966;
}
.message .body a:hover {
  color: yellow;
}

.message .body pre {
  background-color: #333333;
  padding: 0.5rem;
}

.message .body code {
  font-family: "Courier New", Courier, monospace;
  background-color: #333333;
  padding: 0.2rem;
  border-radius: 0.3rem;
}

.message .body hr {
  border-top: 0.3rem dashed #cccccc;
  margin: 0.5rem 1.5rem;
}

.message .body blockquote {
  border-left: 0.2rem solid #cccccc;
  padding: 0.0rem;
  padding-left: 0.5rem;
  margin: 0.5rem;
}

.message .body blockquote p {
  color: #aaaaaa;
}
