* {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

.hide {
  display: none; }

pre {
  margin: 0 !important;
  display: inline-block; }

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
  background: none; }

.accessform input, .accessform button {
  margin-left:0.6em;
  margin-bottom: 0 !important;
  font-family: inherit;
  font-size: 100%;
  color: inherit;
  width: 180px;
  }
  input[disabled], button[disabled] {
    background-color: #ccc;
    width: 180px;
    }

.accessform input, .accessform select {
  border: 1px solid #CCC;
  width: 250px; }

::-webkit-input-placeholder {
  color: #BBB; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #BBB;
  opacity: 1; }

:-ms-input-placeholder {
  color: #BBB; }

.accessform button {
  color: #FFF;
  background-color: #19AE60;/* rgb(0, 144, 180); */
  border: none; }
.accessform button:hover {
    background-color:  rgb(51, 222, 132); /* rgb(0, 163, 204); */
    border-color: inherit;
    cursor: pointer; }

.accessform #result {
  margin-bottom: 100px; }
