#footer {
  padding: 20px;
}

/* Firefox fieldset styling fix for responsive tables -- see http://getbootstrap.com/css/#tables */
@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}

.initial_draft {
}

.draft {
  background-color: #fcf8e3;
}

.mature {
  background-color: #f2e087;
}

.accepted {
  background-color: #b4dca3;
}

.nowrap {
  white-space: nowrap;
}


/* Improve appearance of file input button, especially in Firefox -- see http://www.abeautifulsite.net/whipping-file-inputs-into-shape-with-bootstrap-3/ */
.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;
}
