.bsim-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 0;
}
.bsim-legend div {
  min-width: 120px;
  padding: 8px;
  max-width: 30%;
}
.bsim-legend span {
  display: inline-block;
  height: 20px;
  width: 20px;
  float: left;
}
.bsim-legend p {
  line-height: 1.4;
  padding: 0 0 0 30px;
  margin: 0;
  font-size: 14px;
  color: #666;
}

.bsim-infopanel h3 {
  margin-top: 0;
  font-size: 24px;
  font-weight: bold;
}
.bsim-infopanel ul {
  margin: 0 0 20px 0;
  padding: 0 10px;
  line-height: 1.4;
  list-style-type: none;
}
.bsim-infopanel li {
  display: flex;
  padding: 2px;
}
.bsim-infopanel li b {
  margin-right: 10px;
}
.bsim-infopanel li b.bsim-yes {
  color: #0a0;
}
.bsim-infopanel li b.bsim-no {
  color: #a00;
}

.bsim-infopanel li span {
  margin-left: auto;
  padding-left: 10px;
}
.bsim-info {
  font-weight: bold;
  border: 1px solid #ddd;
  background-color: #f6f6f6;
  padding: 30px 30px 20px 30px;
  margin: 20px 0;
}
.bsim-info p {
  padding: 0;
  margin: 10px 0;
  font-weight: normal;
}

.bsim-contentTable {
  margin: 20px 0;
}
.bsim-contentTable table {
  min-width: 100%;
  border-collapse: collapse;
}
.bsim-contentTable table th {
  text-align: left;
  border-bottom: 1px solid #444;
  display: table-cell;
  padding: .75rem 1rem;
  vertical-align: top;
}
.bsim-contentTable table td {
  display: table-cell;
  padding: .75rem 1rem;
  vertical-align: middle;
}
.bsim-contentTable table tr:nth-child(even) td {
  background-color: #f5f5f5;
}
.bsim-contentTable table td b {
  display: none;
}

@media all and (max-width: 750px) {
  .bsim-contentTable table thead {
    display: none;
  }
  .bsim-contentTable table tr:nth-child(even) td {
    background-color: #fff;
  }
  .bsim-contentTable table tr td.bsim-country-name {
    background-color: #444;
    color: #fff;
    margin: 10px 0;
  }
  .bsim-contentTable table tr td {
    display: flex;
  }
  .bsim-contentTable table td b {
    display: inline-block;
    margin-right: 10px;
  }
  .bsim-contentTable table td span {
    margin-left: auto;
  }
  .bsim-contentTable table tr td strong {
    font-size: 24px;
  }

}