/* Non compiled CSS */
.form-buttons{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 20px 0;
}
.form-btn-item{
  flex: 0 1 auto;
}
.upload-img-thumbs {
  height: 100px;
  width: auto;
  margin-right: 8px;
  border: 1px solid #b9b9b9;
  vertical-align: baseline;
  border-radius: 2px; 
}
#dvPreview {
  display: flex;
}
.upload-img-placeholder{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  width: 100px;
  margin-right: 8px;
  border: 1px solid rgb(120,120,120); 
}
.upload-img-placeholder:before {
  content: "\f15c";
  font-family: "fontawesome";
  font-size: 54px;
}