a, a:hover, a:focus, a:active {
  text-decoration: none;
  color: inherit;
}

a.thick {
  font-weight: bold;
}

body {
  font-family: "lato", sans-serif;
}

.container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

h2 {
  font-size: 35px;
  opacity: 0.85;
  color: #ffffff;
  margin: 50px 0;
  text-align: center;

}
h2 small {
  font-size: 0.5em;
}

.responsive-table li {
  border-radius: 9px;
  padding: 25px 30px;
  color : #ffffff;
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.responsive-table .table-header {

  color : #ffffff;
  background-color: #323546;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0.9;
  letter-spacing: 0.06em;
}
.responsive-table .table-row {

  background-color: #323546;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
}
.responsive-table .col-1 {
  text-align: left;
  flex-basis: 10%;
}
.responsive-table .col-2 {
  text-align: left;
  flex-basis: 55%;
}
.responsive-table .col-3 {
  text-align: center;
  flex-basis: 22%;
}
.responsive-table .col-4 {
  text-align: center;
  flex-basis: 13%;
}
@media all and (max-width: 767px) {
  .responsive-table .table-header {
    display: none;
  }
  .responsive-table li {
    display: block;
  }
  .responsive-table .col {
    flex-basis: 100%;
  }
  .responsive-table .col {
    display: flex;
    padding: 10px 0;
  }
  .responsive-table .col:before {

    color: #ffffff;
    padding-right: 10px;
    content: attr(data-label);
    flex-basis: 50%;
    text-align: right;
  }
}


html{
  height:100%;
  background: linear-gradient(0deg, #000000, #1E212D 95%) no-repeat;
  background-attachment:fixed;
}
