/*
  RESPONSTABLE 2.0 by jordyvanraaij
     Designed mobile first!
*/
/* line 35, ../sass/responstable.scss */
.responstable {
  margin: 1em 0;
  width: 100%;
  overflow: hidden;
  background: #FFF;
  color: #024457;
  border-radius: 10px;
  border: 1px solid #167F92;
}
/* line 44, ../sass/responstable.scss */
.responstable tr {
  border: 1px solid #D9E4E6;
}
/* line 46, ../sass/responstable.scss */
.responstable tr:nth-child(odd) {
  background-color: #EAF3F3;
}
/* line 51, ../sass/responstable.scss */
.responstable th {
  display: none;
  border: 1px solid #FFF;
  background-color: #167F92;
  color: #FFF;
  padding: 1em;
}
/* line 57, ../sass/responstable.scss */
.responstable th:first-child {
  display: table-cell;
  text-align: center;
}
/* line 61, ../sass/responstable.scss */
.responstable th:nth-child(2) {
  display: table-cell;
}
/* line 63, ../sass/responstable.scss */
.responstable th:nth-child(2) span {
  display: none;
}
/* line 64, ../sass/responstable.scss */
.responstable th:nth-child(2):after {
  content: attr(data-th);
}
@media (min-width: 480px) {
  /* line 68, ../sass/responstable.scss */
  .responstable th:nth-child(2) span {
    display: block;
  }
  /* line 69, ../sass/responstable.scss */
  .responstable th:nth-child(2):after {
    display: none;
  }
}
/* line 74, ../sass/responstable.scss */
.responstable td {
  display: block;
  word-wrap: break-word;
  max-width: 7em;
}
/* line 78, ../sass/responstable.scss */
.responstable td:first-child {
  display: table-cell;
  text-align: center;
  border-right: 1px solid #D9E4E6;
}
@media (min-width: 480px) {
  /* line 74, ../sass/responstable.scss */
  .responstable td {
    border: 1px solid #D9E4E6;
  }
}
/* line 88, ../sass/responstable.scss */
.responstable th, .responstable td {
  text-align: left;
  margin: .5em 1em;
}
@media (min-width: 480px) {
  /* line 88, ../sass/responstable.scss */
  .responstable th, .responstable td {
    display: table-cell;
    padding: 1em;
  }
}

/* line 110, ../sass/responstable.scss */
body {
  padding: 0 2em;
  font-family: Arial, sans-serif;
  color: #024457;
  background: #f2f2f2;
}

/* line 117, ../sass/responstable.scss */
h1 {
  font-family: Verdana;
  font-weight: normal;
  color: #024457;
}
/* line 121, ../sass/responstable.scss */
h1 span {
  color: #167F92;
}
