.results {
  margin: 20px 0 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.results > li {
  margin-bottom: -1px;
  width: 48%;
  display: -webkit-flex;
  display: flex;
}

.results_l, .results_r {
  padding: 9px 15px 8px;
}

.results_l {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  background-color: #d2e5fa;
  border: 1px solid #fff;
  border-left-width: 0;
  border-right-width: 0;
}

.results_l > *:nth-child(n+2) {
  margin-top: 4px;
}

.results_l p {
  font-size: 16px;
  font-weight: bold;
}

.results_l ul {
  font-weight: normal;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.results_l li:not(:last-child) {
  margin-right: 1em;
}

.results_l span {
  font-size: 16px;
  color: #f00000;
  font-weight: bold;
}

.results_l a {
  padding: 2px 7px;
  border: 1px solid #666;
  font-weight: normal;
  line-height: 1;
  color: #000;
}

.results_r {
  border: 1px solid #d2e5fa;
  border-left-width: 0;
  font-size: 18px;
  color: #f00000;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}

@media screen and (min-width: 768px) {
  .results {
    line-height: 1.4;
  }
  .results > li {
    width: 48%;
  }
  .results > li:nth-child(-n+2) .results_l {
    border-top-width: 0;
  }
  .results > li:nth-last-child(-n+2) .results_l {
    border-bottom-width: 0;
  }
  .results > li:nth-child(4n+3) .results_l, .results > li:nth-child(4n+4) .results_l {
    background-color: #ddecfb;
  }
  .results_l {
    width: 67%;
  }
  .results_r {
    padding-left: 10px;
    width: 33%;
  }
  .results_r b {
    font-size: 26px;
  }
  .results-sm > li {
    width: 50%;
  }
  .results-sm > li:nth-child(-n+2) .results_l {
    border-top-width: 1px;
  }
  .results-sm > li:nth-last-child(-n+2) .results_l {
    border-bottom-width: 1px;
  }
  .results-sm > li:nth-child(4n+3) .results_l, .results-sm > li:nth-child(4n+4) .results_l {
    background-color: #f0f7ff;
  }
  .results-sm > li:nth-child(even) .results_l {
    border-left-width: 0;
  }
  .results-sm .results_l, .results-sm .results_r {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .results-sm .results_l {
    border-left-width: 1px;
    border-right-width: 1px;
    border-color: #d2e5fa;
    background-color: #f0f7ff;
    width: 40%;
  }
  .results-sm .results_l p {
    font-size: 14px;
  }
  .results-sm .results_r {
    width: 60%;
  }
}

@media screen and (width: 768px) {
  .resultBr {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .results {
    line-height: 1.3;
  }
  .results > li {
    width: 100%;
  }
  .results > li:first-child .results_l {
    border-top-width: 0;
  }
  .results > li:last-child .results_l {
    border-bottom-width: 0;
  }
  .results > li:nth-child(2n) .results_l {
    background-color: #ddecfb;
  }
  .results_l {
    width: 62%;
  }
  .results_l span {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) and (max-width: 359px) {
  .results_l span {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .results_r {
    padding-left: 5px;
    padding-right: 10px;
    width: 38%;
  }
  .results_r b {
    font-size: 24px;
  }
  .results-sm > li:first-child .results_l {
    border-top-width: 1px;
  }
  .results-sm > li:last-child .results_l {
    border-bottom-width: 1px;
  }
  .results-sm > li:nth-child(2n) .results_l {
    background-color: #f0f7ff;
  }
  .results-sm .results_l, .results-sm .results_r {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .results-sm .results_l {
    border-left-width: 1px;
    border-right-width: 1px;
    border-color: #d2e5fa;
    background-color: #f0f7ff;
    width: 50%;
  }
  .results-sm .results_r {
    width: 50%;
  }
}
