

.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, button {
  height: 35px;
  margin: 0;
  padding: 6px 12px;
  border-radius: 2px;
  font-family: inherit;
  font-size: 100%;
  color: inherit; }
  input[disabled], button[disabled] {
    background-color: #eee; }*/

input.select { color:#333;  width:500px !important; padding-left:40px !important}

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

::-moz-placeholder {
  color: #BBB;
  opacity: 1; }

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

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

/*#result {
  margin-bottom: 100px; 
}*/

/*.panel-default{
width: 500px;	
box-shadow: 0px 0px 3px #ccc;
padding: 10px;
}*/

@media only screen and (max-width: 768px) {
	
	
	input.select { color:#333;  width:430px !important; padding-left:40px !important}
	
}



@media only screen and (max-width: 384px) {
	
	
	input.select { width:250px !important;}
	
}



