.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-checkboxradio-icon {
  background: white;
}

.ui-menu {
  /*width: 50%;*/
}

#wrapper {
  margin: 0;
}

#container {
  /*position: relative;*/
  /*height: 100%;*/
  /*width: 100%;*/
  user-select: none;
  word-wrap: break-word;
}

#ui {
  position: absolute;
  width: 30%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

#ui div {
  /*padding-top: 5%;*/
}

#instructions {
  position: fixed;
  bottom: 0;
  padding-bottom: 40px;
  width: 100%;
  text-align: center;
  font-family: sans-serif;
  font-size: 1.2em;
  font-weight: lighter;
  color: #fff;
  user-select: none;
}
