body {
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
  font-family: 'Roboto', sans-serif;
  margin: 0;
}

.container {
  padding: 88px 24px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 600px;
  min-height: 500px;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + label {
  display: inline-block;
  height: 22px;
  width: 22px;
  background-color: white;
  border-radius: 2px;
  border: 1px solid #afafb0;
  color: white;
  text-align: center;
  line-height: 22px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input[type="checkbox"]:checked + label {
  background-color: #3c525f;
  border-radius: 2px;
  border: 1px solid #3c525f;
}

.unsupported-title {
  font-size: 32px;
  font-weight: 300;
  color: #2c3337;
  margin-top: 13px;
  margin-bottom: 0;
  width: 100%;
}

.unsupported-message {
  font-size: 15px;
  font-weight: normal;
  color: #5c6f7b;
  padding-bottom: 20px;
  width: 100%;
}

.unsupported-message a, .unsupported-message a:visited {
  color: #5c6f7b;
  font-weight: 500;
}

.unsupported-confirm {
  padding: 16px 0;
  width: 100%;
}

.unsupported-confirm span {
  font-size: 14px;
  line-height: 22px;
  color: #3c525f;
  margin-left: 8px;
}

#continue-button:hover {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.24);
}

#continue-button[disabled] {
  background-color: white;
  border: 1px solid #d7d2cb;
  color: #b8b8b9;
  box-shadow: none;
}

.continue-button-ioof {
  border-radius: 100px;
  border: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24);
  background-color: #007a45;
  font-size: 16px;
  color: white;
  text-align: center;
  width: 200px;
  height: 40px;
  padding: 0px 16px;
}

.continue-button-smartoptions {
  border-radius: 100px;
  border: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24);
  background-color: #2c3337;
  font-size: 16px;
  color: white;
  text-align: center;
  width: 200px;
  height: 40px;
  padding: 0px 16px;
}

.continue-button-austchoice {
  border-radius: 100px;
  border: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24);
  background-color: #0046ad;
  font-size: 16px;
  color: white;
  text-align: center;
  width: 200px;
  height: 40px;
  padding: 0px 16px;
}

.continue-button-mapsuper {
  border-radius: 100px;
  border: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24);
  background-color: #088191;
  font-size: 16px;
  color: white;
  text-align: center;
  width: 200px;
  height: 40px;
  padding: 0px 16px;
}

.continue-button-pitcherpartners {
  border-radius: 100px;
  border: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24);
  background-color: #0b8672;
  font-size: 16px;
  color: white;
  text-align: center;
  width: 200px;
  height: 40px;
  padding: 0px 16px;
}

.continue-button-shadforth {
  border-radius: 100px;
  border: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24);
  background-color: #00659c;
  font-size: 16px;
  color: white;
  text-align: center;
  width: 200px;
  height: 40px;
  padding: 0px 16px;
}