body {
  padding: 50px;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
  background-color: #ecedf3;
  color: #1f1c43;
}

#content {
  background-color: #fff;
  padding: 25px;
  width: 950px;
  margin: auto;
  height: 500px;
  position: relative;
}

/** Detail **/
.sms-detail {
  width: 675px;
}

.notification-detail {
  width: 675px;
}

.label {
  font-size: 1.17em;
  margin-top: 10px;
  margin-bottom: 5px;
}

.value {
  font-size: 1.5em;
}

.preview {
  position: absolute;
  height: 500px;
  width: 250px;
  right: 25px;
  top: 25px;
}

.preview .preview-bg {
  height: 100%;
}

.preview .preview-content {
  position: absolute;
  top: 30px;
  margin: 15px 25px 0 25px;
  background-color: #ccc;
  color: #000;
  border-radius: 10px;
  white-space: pre-wrap;
  padding: 10px;
}

.preview .preview-content p {
  margin-bottom: 0;
}

/** UTILS **/
.half-width {
  display: inline-block;
  width: 50%;
}

.text-center {
  text-align: center;
}

.border-bottom {
  padding-bottom: 5px;
  border-bottom: 1px solid #dedede;
}

.muted {
  color: #ddd;
}

.primary {
  color: #d9294d;
}