.cnp-title {
  font-weight: bold;
  text-decoration: underline;
  background-color: #ecebeb;
  margin-left: 0;
  border-left: 1ch;
  padding-left: 1ch;
  padding-top:.5ch;
}

.cnp-list {
  background-color: #ecebeb;
}

table.results {
  margin-left: 1em;
  border-spacing: 0 1em;
  border-collapse: separate;
}

table.results table {
  width: 100%;
}

.tab-wrap {
  -webkit-transition: 0.3s box-shadow ease;
  transition: 0.3s box-shadow ease;
  border-radius: 6px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  list-style: none;
  background-color: #fff;
  /*margin: 40px 0;*/
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.tab-wrap:hover {
  box-shadow: 0 12px 23px rgba(0, 0, 0, 0.23), 0 10px 10px rgba(0, 0, 0, 0.19);
}

.tab {
  display: none;
}
.tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1),
.tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2),
.tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3),
.tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4),
.tab:checked:nth-of-type(5) ~ .tab__content:nth-of-type(5),
.tab:checked:nth-of-type(6) ~ .tab__content:nth-of-type(6),
.tab:checked:nth-of-type(7) ~ .tab__content:nth-of-type(7),
.tab:checked:nth-of-type(8) ~ .tab__content:nth-of-type(8),
.tab:checked:nth-of-type(9) ~ .tab__content:nth-of-type(9),
.tab:checked:nth-of-type(10) ~ .tab__content:nth-of-type(10),
.tab:checked:nth-of-type(11) ~ .tab__content:nth-of-type(11),
.tab:checked:nth-of-type(12) ~ .tab__content:nth-of-type(12),
.tab:checked:nth-of-type(13) ~ .tab__content:nth-of-type(13),
.tab:checked:nth-of-type(14) ~ .tab__content:nth-of-type(14),
.tab:checked:nth-of-type(15) ~ .tab__content:nth-of-type(15),
.tab:checked:nth-of-type(16) ~ .tab__content:nth-of-type(16),
.tab:checked:nth-of-type(17) ~ .tab__content:nth-of-type(17),
.tab:checked:nth-of-type(18) ~ .tab__content:nth-of-type(18),
.tab:checked:nth-of-type(19) ~ .tab__content:nth-of-type(19) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease,
    0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:first-of-type:not(:last-of-type) + label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tab:not(:first-of-type):not(:last-of-type) + label {
  border-radius: 0;
}
.tab:last-of-type:not(:first-of-type) + label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.tab:checked + label {
  /* background-color: #fff;
  box-shadow: 0 -1px 0 #fff inset;
  cursor: default;*/
  background: #1e64af !important;
  color: #fff !important;
}
.tab:checked + label:hover {
  box-shadow: 0 -1px 0 #fff inset;
  background-color: #fff;
}
.tab + label {
  box-shadow: 0 -1px 0 #eee inset;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #333;
  flex-grow: 3;
  text-align: center;
  background-color: #f2f2f2;
  user-select: none;
  text-align: center;
  -webkit-transition: 0.3s background-color ease, 0.3s box-shadow ease;
  transition: 0.3s background-color ease, 0.3s box-shadow ease;
  height: 2em;
  box-sizing: border-box;
  /*padding: 15px;*/
  color: #7b7777 !important;
  /*font-size: 1.1em !important;*/
  text-transform: uppercase !important;
  font-family: "calibribold" !important;

  background: #d2cece !important;
  border-radius: 0 !important;
  color: #7b7777 !important;
  border: none !important;
}
.tab + label:hover {
  background-color: #f9f9f9;
  box-shadow: 0 1px 0 #f4f4f4 inset;
}
.tab__content {
  padding: 10px 25px;
  background-color: transparent;
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 0;
  left: 0;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  border-radius: 6px;
}

.tab-wrap label {
  margin: 0 2px 0 0;
  padding-top: 2px;
}
/* boring stuff */
/*body {
    font-family: 'Helvetica', sans-serif;
    background-color: #e7e7e7;
    color: #777;
    font-weight: 300;
  }
  */
.container {
  margin: 0 auto;
  display: block;
  max-width: 800px;
}
.container > *:not(.tab-wrap) {
  padding: 0 80px;
}

h1,
h2 {
  margin: 0;
  color: #444;
  text-align: left;
  font-weight: 400;
}

h2.heading {
  font-size: 2em;
  margin-bottom: 8px;
}

h2 {
  font-size: 1.5em;
  margin-bottom: 0;
  font-family: "calibribold";
  padding: 1em 0 0.5em;
}
/*
  h3 {
    font-weight: 400;
  }
  */
p {
  line-height: 1.6;
  margin-bottom: 20px;
}

.tab-wrap ul li {
  margin-left: 2em;
}

.tab-wrap .tab__content >ul >li::before {
  line-height: 1em;
  content: "\f054";
  float: left;
  color: #ce5e2d;
  font-size: 14px;
  margin: 4px 10px 0 0;
  font-family: "FontAwesome";
}
