.hide {
	display: none;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
	background: none;
}
input[disabled], button[disabled] {
	background-color: #eee;
}
input, 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;
}
button {
	color: #FFF;
	background-color: #428BCA;
	border: 1px solid #357EBD;
}
button:hover {
	background-color: #3276B1;
	border-color: #285E8E;
	cursor: pointer;
}
#result {
	margin-bottom: 50px;
}
#error-msg {
  color: red;
}
#valid-msg {
  color: #00C900;
}
.success-msg {
  color: #228B22;
}
.exist-msg {
  color: #FF0000;
}
input.error {
  border: 1px solid #FF7C7C;
}
.nsn-credit {
    padding: 10px 0px;
}