/* Table --------------------------------------------------------------------------------------------------------*/
.table-download-data {
  padding: 40px 0;
}

.table-outer {
  overflow: auto;
  max-width: 100%;
  margin-bottom: 15px;
}

.table {
  margin: 0 auto;
  width: 100%;
  min-width: 390px;
}

.thead-th {
  color: #fff;
  font-size: 1rem;
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 500;
  background-color: #36424A;
  padding: 14px 10px;
  text-align: right;
  white-space: nowrap;
}
.thead-th:first-child {
  text-align: left;
}

.small-width-th {
  width: 89px;
}

.tbody-tr:nth-child(even) {
  background-color: #F9F9F5;
}
.tbody-tr:hover {
  background-color: #E6E6E6;
}

.tbody-td {
  color: #36424A;
  font-size: 1rem;
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 400;
  padding: 17px 5px;
  text-align: right;
}
.tbody-td:first-child {
  text-align: left;
}

.download-link {
  color: #E55302;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
  margin-bottom: 15px;
  display: inline-flex;
}
.download-link:hover {
  color: #E55302;
  opacity: 0.5;
}

.download-icon {
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 10px;
}

.thead-th-desc {
  background: url("../../imag/ic-drop-arrow.svg") #36424A no-repeat 100px 15px;
  background-size: 15px 15px;
}

.thead-th-asc {
  background: url("../../imag/ic-up-arrow.svg") #36424A no-repeat 100px 15px;
  background-size: 15px 15px;
}

/* Responsive Media Queries --------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) {
  .thead-th {
    padding: 14px 3px;
  }
  .tbody-td {
    padding: 17px 3px;
  }
  .download-not {
    text-align: center;
  }
}

/*# sourceMappingURL=table.css.map */