.module-downloadlist .download-files {
  margin-bottom: 11px; }

.module-downloadlist .download-files-title {
  width: 100%;
  padding: 15px 30px 15px 30px;
  font-family: ProximaNova-Light;
  font-size: 18px;
  letter-spacing: 0.9px;
  color: #FFFFFF;
  text-transform: uppercase;
  background-color: #0095DA; }
  .module-downloadlist .download-files-title p {
    margin: 0 !important; }

.module-downloadlist .download-files .download-files-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0px 15px 30px;
  font-family: ProximaNova-Light;
  font-size: 16px;
  letter-spacing: .3px;
  color: #32363F;
  border-bottom: 1px solid #0095DA; }
  .module-downloadlist .download-files .download-files-item p {
    margin-bottom: 0 !important; }
  .module-downloadlist .download-files .download-files-item small {
    display: block; }
  .module-downloadlist .download-files .download-files-item .arrow-blue {
    margin: 0; }
