.room_div{
      width: 87%;
      left: 20px;
    }
    .room_gustCol{
      width: 80px;
    }
    [type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after{
      background: #fff;
    }
    [type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before{
          border: 1px solid #df678c;
    border-radius: 100%;
    background: #df678c;
    }
    [type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 29px;
    cursor: pointer;
    line-height: 16px;
    display: inline-block;
    color: #242424;
    font-size: 14px;
    padding-right: 17px;
    /* padding-top: 20px; */
    margin-top: 19px;
}
.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #df678c;
}
.styled-checkbox:hover + label:before {
  background: #df678c;
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: #db386a;
}

.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}



.unstyled {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
    margin-left: 20px;
}

