 
                .form-container { 
	text-align: center;
                                } 
                        input[type="range"]{
                            width: 100%;
    -webkit-appearance: none;
    -moz-apperance: none;
    border-radius: 6px;
      height: 15px;
    width: 100%; 
    padding: 0;
    background-color: transparent; 
    appearance: none;
    cursor: pointer;
    background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, color-stop(0.494949, rgb(11, 94, 215)), color-stop(0.494949, rgb(197, 197, 197)));
}

input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    background-color: #E9E9E9;
    border: 1px solid #CECECE;
    height: 15px;
    width: 15px;
    cursor: pointer;
}  
  .files {
    display: flow-root; 
}
#files{
        display: grid;
} 
section.files > ul {
  margin: 0;
  padding: 0;
}
section.files > ul li {
  display: block;
  margin: 3px 0.4rem;
  padding: 0 1.28rem;
  background: #f0f0f0;
  border: 0.1rem solid #cfdbde;
  border-radius: 0.2rem;
  font-weight: bold;
  line-height: 2.8rem;
  color: #363a43; 
  height: 39px;
}
section.files > ul li:before,
section.files > ul li:after {
  content: "";
  display: table;
}
section.files > ul li:after {
  clear: both;
}
section.files > ul li div.before,
section.files > ul li div.progress,
section.files > ul li span.after {
  width: 33.33%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
section.files > ul li div.before p.size,
section.files > ul li span.after p.size {
  display: block;
  width: 5.600000000000001rem;
  color: green;
  font-size: 1.3rem;
  font-weight: normal; 
  text-align: right; 
}
@media screen and (max-width: 40em) {
  section.files > ul li div.before p.size,
  section.files > ul li span.after p.size {
    display: none;
  }
}
section.files > ul li div.before {
  padding: 0 6.4rem 0 0;
}
@media screen and (max-width: 40em) {
  section.files > ul li div.before {
    padding-right: 0.8rem;
  }
  section.files span.status.text-danger { 
    font-size: 12px; 
    margin-left: -20px !important;
    z-index: 1;
    position: absolute;
}
}
section.files > ul li div.before p.size {
  float: right;
  margin-left: 0.8rem;
  margin-right: -5.600000000000001rem;
  margin-bottom: 0px;
  line-height: 39px;
}
section.files > ul li span.after {
  padding: 0 0 0 0.8rem;
  text-align: right;
}
section.files > ul li span.after p.size {
  float: left;
  margin-right: 0.8rem;
}
section.files > ul li span.after a {
  color: #363a43;
  text-decoration: underline;
}
section.files > ul li span.after a.downloaded {
  color: #858c9c;
}
section.files > ul li span.after p.saved {
  display: inline-block;
  margin-left: 1.6rem;
  width: 4rem;
} 
 
@media screen and (max-width: 40em) {
  section.files {
    margin-bottom: 1rem;
  }
  section.files > ul li span.after p.saved {
    display: inline;
    margin-left: 7px;
    width: 26rem;
}
}
section.files > div {
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-in;
  -moz-transition: max-height 0.5s ease-in;
  -o-transition: max-height 0.5s ease-in;
  -ms-transition: max-height 0.5s ease-in;
  transition: max-height 0.5s ease-in;
  margin: 0 -1.2rem -1.2rem;
  max-height: 100rem;
} 
section.files > ul li span.after a {
    color: #363a43;
    text-decoration: underline !important;
}
section.files span.status.text-danger{
        padding: inherit;
        margin: inherit;
}
section.files > ul li div.progress{
      height: 24px;  
      margin-top: 6px;
}
section.files > ul li .compressed{
  margin-top: 4px;  
}
.files-container a.downloaded{
   color: #858c9c;
}
 
 