
#edm_downloads {
  font-size: 1rem;
  overflow-x: hidden;
}

#edm_downloads h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  line-height: 1.25;
  font-weight: 300;
  font-size: 42px;
}

#edm_downloads p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table td, .table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.fa {
  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;
}

.fa-apple:before {
  content: "\F179";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-linux:before {
  content: "\F17C";
}

p:last-of-type {
  margin-bottom: 0;
}

a {
  color: #4488c7;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

a:hover {
  color: #2c6193;
}

@media (max-width: 1599.98px) {
  #edm_downloads h2 {
    letter-spacing: 4px;
    font-size: 42px;
  }
}

@media (max-width: 1199.98px) {
  #edm_downloads h2 {
    letter-spacing: 3px;
    font-size: 38px;
  }
}
@media (max-width: 991.98px) {
  #edm_downloads h2 {
    letter-spacing: 2px;
    font-size: 34px;
  }
}
@media (max-width: 767.98px) {
  h2 {
    letter-spacing: 1px;
    font-size: 30px;
  }
}

.text-center {
  text-align: center !important;
}

.os-icons {
  text-align: center;
  color: #4488c7;
  font-size: 48px;
}

.os-icons i:not(:first-child) {
  margin-left: 30px;
}

.table-edm {
  background: #fff;
  border: 1px solid #dcdcdc;
}

.table-edm tr:first-child td {
  font-weight: 700;
}

.table-edm td {
  border: 1px solid #dcdcdc;
}

.table-edm.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
