@charset "utf-8";
/* CSS Document */


/* for all Mobile Devices - PORTRAITE ---- */
@media all and (min-width: 310px) and (max-width: 470px) {
/* Styles */

body
{
	/* background-color:#00F; */
	width:100%;
	
}

.authorize-seal {
	display:none;
}

.credit-cards-accepted {
	padding-left:0px;
	width:100%;
	height:auto;
}

input[type=text]
{
 margin-bottom: 4px;
    width: 100%;
}

.credit-cards-accepted
{
 display:none;
}

#sign-up-inner
{
 margin: 10px 2px 10px 2px;
}

#plan-details ul
{
 margin: 10px 2px 10px 10px;
}

#secondary #arrowmonth
{
display:none;
}

#terms
{
     width: 94%;
  margin: 5px 2px 15px 5px;
}

}