.enter-button {
  background: #f22458;
  color: #fff;
  border-color: #f22458;
  text-align: center;
  outline: none; }
  .enter-button:hover {
    background: #dc194b;
    border-color: #dc194b; }

.cancel-button {
  text-align: center;
  background: #fff;
  border: 1px solid #d0d0d0;
  color: #333;
  cursor: pointer;
  outline: none;
  border-radius: 3px; }

.icon-radio {
  display: inline-block;
  padding: 6px;
  border: 1px solid #707070;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 0px;
  z-index: 1; }
  .icon-radio.checked:after {
    content: '';
    position: absolute;
    display: inline-block;
    padding: 4px;
    background: #707070;
    border-radius: 50%;
    top: 2px;
    left: 2px; }

label {
  cursor: pointer; }

.w20 {
  width: 20%; }

.w30 {
  width: 30%; }

.w40 {
  width: 40%; }

.fr {
  float: right; }

.mr60 {
  margin-right: 60px; }



/*# sourceMappingURL=util.css.map */
