.iti__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; }

input#phone, button {
/*  height: 35px;*/
  margin: 0;
/*  padding: 6px 12px;*/
  border-radius: 2px;
  font-family: inherit;
  font-size: 100%;
  color: inherit; }
  input#phone[disabled], button[disabled] {
    background-color: #eee; }

input#phone, select {
/*  border: 1px solid #CCC;*/
/*  width: 250px; }*/
    padding-left:25px;
}
::-webkit-input#phone-placeholder {
  color: #BBB;
padding-left: 25px !important
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #BBB;
  opacity: 1;
padding-left: 25px !important }

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

#phone{
    padding-left:50px !important;
}
button {
  color: #FFF;
  background-color: #428BCA;
/*  border: 1px solid #357EBD; */
}
  button:hover {
    background-color: #3276B1;
    border-color: #285E8E;
    cursor: pointer; }

#result {
  margin-bottom: 100px; }


.iti.iti--allow-dropdown{
    width: 100%;
}