.ce-uploads {
  list-style: none;
  padding: 0;
  overflow: hidden;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  letter-spacing: 1px; }
  .ce-uploads li {
    margin: 0;
    list-style: none;
    position: relative;
    display: block;
    padding: 10px 0px;
    line-height: 40px;
    float: none;
    clear: both;
    overflow: hidden;
    border-bottom: 1px solid #ddd; }
    .ce-uploads li:before {
      display: none; }
    .ce-uploads li a {
      color: rgba(91, 103, 112, 1);
      text-decoration: none;
      transition: color 0.25s ease;
      position: relative;
      overflow: hidden; }
      .ce-uploads li a:before {
        content: "\e925";
        font-family: 'default';
        font-weight: normal;
        text-indent: 0;
        font-style: normal;
        color: rgba(91, 103, 112, 1);
        width: 34px;
        height: 34px;
        font-size: 34px;
        line-height: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media (max-width: 767px) {
  .ce-uploads li a:before {
    display: none; } }
    .ce-uploads li a[type="application/pdf"]:before {
      content: "\e922"; }
    .ce-uploads li a[type="image/jpeg"]:before {
      content: "\e921"; }
    .ce-uploads li a[type="application/vnd.openxmlformats-officedocument.wordprocessingml.document"]:before {
      content: "\e924"; }
    .ce-uploads li a[type="application/vnd.ms-office"]:before {
      content: "\e920"; }
    .ce-uploads li a[type="application/zip"]:before {
      content: "\e925"; }
  .ce-uploads .filename {
    white-space: nowrap;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 3rem;
    font-size: 1rem;
    color: rgba(91, 103, 112, 1);
    font-weight: normal;
    text-transform: none; }
    @media (max-width: 767px) {
  .ce-uploads .filename {
    padding-left: 0px; } }
    .ce-uploads .filename span {
      width: 32px;
      height: 40px;
      line-height: 40px;
      display: block;
      position: absolute;
      left: 0;
      top: 0; }
      @media (max-width: 767px) {
  .ce-uploads .filename span {
    display: none; } }
  .ce-uploads .filedownload span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    float: right;
    position: relative;
    font-size: 24px;
    color: rgba(91, 103, 112, 1);
    font-family: 'default';
    font-weight: normal;
    text-indent: 0;
    font-style: normal; }
  .ce-uploads .filesize {
    text-align: center;
    font-weight: normal;
    font-size: 1rem;
    font-weight: 300; }
    @media (max-width: 767px) {
  .ce-uploads .filesize {
    display: none; } }
  .ce-uploads .filetype {
    text-align: center;
    color: rgba(91, 103, 112, 1);
    font-weight: 300;
    font-size: 1rem; }
  .ce-uploads .head {
    display: flex; }
    .ce-uploads .head * {
      color: rgba(91, 103, 112, 1);
      font-size: 13px;
      font-size: 0.8125rem;
      letter-spacing: 1px;
      font-weight: bold;
      padding-left: 0px; }
  .ce-uploads .filedescription {
    letter-spacing: 0px;
    color: #999;
    text-transform: none;
    font-weight: normal;
    line-height: 1.5em;
    margin-top: -5px;
    padding-left: 3rem; }
    @media (max-width: 767px) {
  .ce-uploads .filedescription {
    padding-left: 0px; } }
