.warning {
  border: 0;
  border-left: 4px solid orange;
}

.warning .inside {
  padding: 10px;
}

.attachment_box {
  padding: 10px;
  width: 100%;
  max-width: 400px;
}

.attachment_box .attachment-icon {
  font-size: 40px;
  width: 40px;
  height: 40px;
  color: #ccc;
}

.attachment_box .left,
.attachment_box .right {
  display: table-cell;
  vertical-align: middle;
}

.attachment_box .left {
  padding-right: 20px;
}

.attachment_box .attachment_filename {
  display: block;
  font-size: 1.25em;
  margin-bottom: 0.5em;
  font-weight: bold;
  margin-top: 0;
}

.attachment_box .attachment_url {
  font-size: 0.85em;
  color: #666;
}

.thankyou {
  color: #555d66;
  font-style: italic;
}
