section.uploads {
  padding: 1rem;
  background: #f0f0f0; }
  section.uploads ul {
    margin: 0 0 1rem 0;
    list-style: none;
    padding: 0; }
    section.uploads ul li {
      padding: 0.5rem 0;
      overflow: auto;
      /* Progress bar */
      border-left-style: solid;
      border-left-color: #ddd;
      border-left-width: 0; }
      section.uploads ul li.delete {
        text-align: center; }
      section.uploads ul li input {
        box-sizing: border-box;
        padding: 0.5rem;
        width: 80%;
        float: left; }
      section.uploads ul li div {
        width: 15%;
        float: right;
        text-align: center;
        cursor: pointer;
        line-height: 2.75rem;
        background: #ddd; }
  section.uploads a.button {
    text-align: center;
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    background: #ddd;
    color: #000;
    border: 1px solid #ccc;
    cursor: pointer; }
    section.uploads a.button:hover {
      background: #ccc;
      text-decoration: none; }
    section.uploads a.button input {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      cursor: pointer; }

form p {
  margin: 1rem 0; }
  form p label {
    margin: 0.75rem 0 0.25rem 0; }
  form p textarea, form p input {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0.5rem; }
  form p textarea {
    height: 150px; }
  form p input.submit {
    text-align: center;
    display: block;
    padding: 1rem;
    background: #ddd;
    color: #000;
    width: 100%;
    border: 1px solid #ccc; }

@media screen and (min-width: 64em) {
  form p input.submit {
    max-width: 15rem; } }
