body {
  font-family: Arial, sans-serif;
  font-size: 90%;
}

#title {
  margin-bottom: 10px;
}

#about-link {
  margin-bottom: 10px;
}

#gbox {
  background-color: #dbdbdb;
  border-radius: 5px;
  padding: 15px;
  position: relative;
  width: 600px;
}

table {
  font-size: 13px;
}

#cobrowsebutton {
  background-color: #33aae1;
  border-style: none;
  border-radius: 4px;
  color: white;
  font-weight: bold;
  width: 150px;
  margin-bottom: 15px;
}

#SubmitButton {
  background-color: #33aae1;
  border-style: none;
  border-radius: 4px;
  color: white;
  font-weight: bold;
  width: 120px;
  margin-top: 20px;
  height: 25px;
}

#loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #33aae1;
  border-right: 8px solid #f86717;
  border-bottom: 8px solid #33aae1;
  border-left: 8px solid #f86717;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#presence-button,
#vistor-info,
#session-key-join,
#waitingforcustomer {
  display: none;
}

#configs {
  display: none;
}

#visitorid-setting {
  font-weight: bold;
}

#auth-key {
  width: 500px;
}
