.projects h1 {
  margin-top: 0;
}
.projects .legend {
  overflow: hidden;
  font-size: 15.3px;
}
.projects .legend dl.half {
  margin: 10px 0 0 30px;
  width: 250px;
  display: block;
  float: left;
}
@media only screen and (max-width: 970px) {
  .projects .legend dl.half {
    float: none;
  }
}
.projects .legend dl.half dt {
  display: block;
  width: 40px;
  float: left;
  clear: left;
}
.projects .legend dl.half dd {
  display: block;
  width: 180px;
  float: left;
  white-space: nowrap;
}
.projects table.dataTable thead th {
  background-image: none;
}
.projects .dataTables_wrapper {
  margin-top: 30px;
}
.projects .dataTables_wrapper .dataTables_filter {
  color: #203232;
  float: none;
  text-align: left;
}
.projects .dataTables_wrapper .dataTables_filter input {
  border: 2px solid #d9d9d9;
  padding: 7px 10px;
  margin: 3px 0;
  width: 400px;
}
.projects .project-list {
  border-collapse: collapse;
}
.projects .project-list.dataTable.no-footer {
  border-bottom: 2px solid #008bc0;
}
.projects .project-list thead th {
  font-size: 1em;
  font-weight: normal;
  white-space: nowrap;
  background-image: none;
  position: relative;
  padding-right: 40px;
}
.projects .project-list thead th .svg-inline--fa {
  display: none;
  position: absolute;
  top: 12px;
  right: 5px;
  vertical-align: -0.2em;
}
.projects .project-list thead th.sorting .fa-sort {
  display: inline-block;
}
.projects .project-list thead th.sorting_asc .fa-sort-up {
  display: inline-block;
}
.projects .project-list thead th.sorting_desc .fa-sort-down {
  display: inline-block;
}
