input {
  display: none;
}

label {
  float: left;
  margin-right: 10px;
}

label span {
  width: 23px;
  height: 23px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #222;
  float: left;
  margin-right: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

input:checked + label span:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #222;
}

.text-center {
  margin-left: 25%;
  padding-bottom: 7%;
}
