.downloadcenter.filter {
  margin: 30px 0;
}
.downloadcenter.filter h1 {
  margin-bottom: 50px;
}
.downloadcenter.filter .form-horizontal .form-group {
  margin: 0;
}
.download-list-wrap {
  position: relative;
}
.download-list-wrap .headline {
  font-weight: bold;
  margin: 0;
}
.download-list-wrap .headline div[class*='col-'] {
  border-bottom: 1px solid #bdbdbd;
  padding-bottom: 7px;
}
.download-list-wrap .headline .category span {
  position: relative;
  right: 17px;
}
.download-list-wrap .headline .file span {
  position: relative;
  right: 25px;
}
.download-list-wrap ul#download-list {
  padding-left: 0;
  list-style-type: none;
}
.download-list-wrap ul#download-list > li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  line-height: 2;
  padding: 0 15px;
}
.download-list-wrap ul#download-list > li a {
  color: #000000;
}
.download-list-wrap ul#download-list > li:hover {
  background-color: #eeeeee;
  cursor: pointer;
}
.download-list-wrap ul#download-list > li:hover a {
  color: #d9252c;
}
.download-list-wrap ul#download-list > li span {
  display: inline-block;
}
.download-list-wrap ul#download-list > li span.row {
  width: 100%;
  margin-top: 5px;
  margin-bottom: -5px;
}
.download-list-wrap ul#download-list > li span.row:before {
  content: none;
  display: inherit;
}
.download-list-wrap ul#download-list > li span.file-extension {
  text-transform: uppercase;
}
.download-list-wrap ul#download-list > li span.file-title {
  padding-left: 25px;
  line-height: 1.3;
}
.file-icon {
  position: absolute;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 2;
}
.file-icon:before {
  content: "\f016";
}
.file-icon.fl-txt:before {
  content: "\f0f6";
}
.file-icon.fl-pdf:before {
  content: "\f1c1";
}
.file-icon.fl-xls:before {
  content: "\f1c3";
}
.file-icon.fl-doc:before {
  content: "\f1c2";
}
.file-icon.fl-png:before,
.file-icon.fl-tif:before,
.file-icon.fl-jpg:before,
.file-icon.fl-eps:before {
  content: "\f1c5";
}
.file-icon.fl-zip:before,
.file-icon.fl-rar:before {
  content: "\f1c6";
}
.file-icon.fl-ppt:before {
  content: "\f1c4";
}
.file-icon.fl-html:before {
  content: "\f1c9";
}
.file-icon.fl-mp3:before {
  content: "\f1c7";
}
.file-icon.fl-mp4:before {
  content: "\f1c8";
}
