    .gender-buttons-div {
  text-align: center;
  margin: 10px 0 0;
}

.gender-buttons-div button {
  border: none;
  margin: 0 5px;
  font-family: 'CTVSans-Bold', 'CTV Sans', Arial, Helvetica, sans-serif;
  background: #ebebeb;
  color: #2c2c2c;
  padding: 6px 12px;
  outline: none;
  cursor: pointer;
}

.gender-buttons-div button.selected {
  background: #2c2c2c;
  color: #f3f3f3;
}

#province-total {
  white-space: nowrap;
  padding: 0;
  background: #fafafa;
}

#province-gender {
  padding: 0;
  background: #fafafa;
}
.breakdown-div {
  height: 250px;
}

.totals-region {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  text-align: left;
}

.bold {  
  font-family: 'CTVSans-Bold', 'CTV Sans', Arial, Helvetica, sans-serif;
}

@media only screen and (max-width: 800px) {
  #province-total {
    white-space: nowrap;
    padding: 20px 10px 10px;
  }
  
  #province-gender {
    padding: 10px 10px 20px;
  }
  
  .totals-region {
    padding: 0 10px;
  }

  .totals-region {
    margin-bottom: 0px;
     }
}
