@media screen and (min-width: 1370px) {
  /* Styles go here */
  .responsive-stacked-table th,
  .responsive-stacked-table td {
    padding: 10px;
    border-top: 0px solid #ddd;
    font-family: Segoe UI;
    font-weight: lighter;
  }
}

* {
  margin: 0;
  padding: 0;
}
body {
  font-family: Segoe UI;
  font-weight: lighter;
  font-weight: 300;
}

th a {
  text-transform: uppercase;
  color: #20407c;
  text-decoration: underline;
  font-size: 14px;
  font-weight: bold;
}

.wrapper {
  width: 100%;
  padding: 30px 0;
}
.container {
  width: 1200px;
  margin: 0 auto;
  font-family: Segoe UI;
  font-weight: lighter;
}
.table-container {
  font-family: Segoe UI;
  font-weight: lighter;
  padding: 20px;
  margin: 0 0 20px;
  background: #fff;
  box-shadow: 0 0 5px #ddd;
}

.responsive-stacked-table {
  width: 100%;
  border: 0px solid #ddd;
  border-collapse: collapse;
  table-layout: fixed;
  font-family: Segoe UI;
  font-weight: lighter;
}
.responsive-stacked-table th,
.responsive-stacked-table td {
  padding: 10px;
  border-top: 0px solid #ddd;
  font-family: Segoe UI;
  font-weight: lighter;
}
.responsive-stacked-table thead {
  background: #fff;
  text-align: left;
  border-bottom: 1px solid #888;
}

.responsive-stacked-table tr {
  background: #fff;
  text-transform: Capitalize;
  font-size: 14px;
}

.responsive-stacked-table tbody tr:hover {
  background: #20407c;
  color: #fff;
}

.responsive-stacked-table.with-mobile-labels {
  font-size: 0.85em;
}

@media (max-width: 1199px) {
  .container {
    width: auto;
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .responsive-stacked-table thead {
    display: none;
  }
  .responsive-stacked-table tr,
  .responsive-stacked-table th,
  .responsive-stacked-table td {
    display: block;
  }
  .responsive-stacked-table td {
    border-top: none;
  }
  .responsive-stacked-table tr td:first-child {
    border-top: 1px solid #ddd;
    font-weight: bold;
  }
  .responsive-stacked-table.with-mobile-labels tr td:first-child {
    font-weight: 300;
  }
  .responsive-stacked-table.with-mobile-labels td:before {
    display: block;
    font-weight: bold;
  }
  .responsive-stacked-table.with-mobile-labels td:nth-of-type(1):before {
    content: "Project:";
  }
  .responsive-stacked-table.with-mobile-labels td:nth-of-type(2):before {
    content: "Client:";
  }
  .responsive-stacked-table.with-mobile-labels td:nth-of-type(3):before {
    content: "Province:";
  }
  .responsive-stacked-table.with-mobile-labels td:nth-of-type(4):before {
    content: "Mine type:";
  }
  .responsive-stacked-table.with-mobile-labels td:nth-of-type(5):before {
    content: "Commodity:";
  }
}
