/* CSS Document  */
/* mobile styles */
html, body {
font-family: Arial, Helvetica, sans-serif;
padding: 0px;
background-color:#FFFFFF;
color: #fff;
margin: 0;
.center {
width: 100% !important;
text-align: center;
}
a:link, a:visited {
text-decoration: underline;
color: #0000CC;
}
a:hover, a:active {
text-decoration: underline;
color: #660066;
}
}
@media only screen and (max-width: 330px) {
body {
background-color:#FFFFFF;
float: none;
}
#input_text {
  width: 99%;
}
#input_pg {
  width: 50%;
}
}
