.box, #i_options, #i_option1, #i_option2, #i_feedback {
  border: 2px solid #a6a6a6;
  margin-top: 30px;
  padding-bottom: 20px; }
  .box button, #i_options button, #i_option1 button, #i_option2 button, #i_feedback button {
    margin-bottom: 10px; }
  .box label, #i_options label, #i_option1 label, #i_option2 label, #i_feedback label {
    color: #430086; }

#i_options {
  background-color: #f2e5ff; }
  #i_options .c_heading {
    background-color: #430086;
    text-align: center;
    color: #FFF;
    padding: 12px;
    font-size: 2em;
    margin-top: 0px;
    margin-bottom: 20px; }

#i_option1, #i_option2, #i_feedback {
  display: none; }
  #i_option1 .c_heading, #i_option2 .c_heading, #i_feedback .c_heading {
    background-color: #430086;
    text-align: center;
    color: #FFF;
    padding: 12px;
    font-size: 1.6em;
    margin-top: 0px;
    margin-bottom: 20px; }
  #i_option1 .c_prev, #i_option2 .c_prev, #i_feedback .c_prev {
    margin-right: 10px; }
  #i_option1 .c_success, #i_option2 .c_success, #i_feedback .c_success {
    background-color: green;
    color: white; }
  #i_option1 .c_error, #i_option2 .c_error, #i_feedback .c_error {
    background-color: red;
    color: white; }

.c_bmarg {
  margin-bottom: 15px; }

.btn-file {
  position: relative;
  overflow: hidden; }

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block; }

/*# sourceMappingURL=style.css.map */
