.code {
  display: block;
  font-size: 11px;
  line-height: 13px !important;
  font-family: Courier, monospace;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  padding: 12px 0 12px 12px;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 120px;
  margin: 0 0 8px 0;
}
