/* Write your custom CSS here */

input[type=file]{
  display: inline;
}
#image_preview{
  border: 1px solid #DCDCDC;
  padding: 10px;
}
#image_preview img{
  width: 200px;
  padding: 5px;
}

pre {
    height: auto;
    max-height: 400px;
    overflow: auto;
    background-color: #eeeeee;
    word-break: normal !important;
    word-wrap: normal !important;
    white-space: pre !important;
}