form {
  background-color: rgb(235, 255, 215);
}
.fileinput-button {
position: relative;
overflow: hidden;
display:none;
/* display: inline-block */
}
.fileinput-button input {
position: absolute;
top: 0;
right: 0;
margin: 0;
opacity: 0;
-ms-filter: "alpha(opacity=0)";
font-size: 200px;
direction: ltr;
cursor: pointer
}
.fileinput-OK {
display: none
}

@media screen {.fileinput-button input {
font-size: 100%;
height: 100%
}

}
.progress {
margin-top: 8px
}
@media print {.main,body {
padding: 0
}

}
