/*
Styles for small mode
*/

@media only screen and (max-width: 479px) {

body { 
  background-repeat:no-repeat !important;
  background-attachment:fixed !important;
  background-position:center top !important;
  }

#header-logo-div{
	padding-top:5px;
}

#navigation-div{
	font-size:8px;
	padding-top:5px;
	padding-bottom:5px;
}

.scrim{
    width: 300px;
}

.moreClickText{
/*display:none !important;*/
}

.group .group-content .grid_2,.group-container .group-content .grid_2, .group .group-content .grid_4,.group-container .group-content .grid_4{
	width:250px;
}

.group .group-content{
width:95%;
}

#navigation-div{
text-align:center;
}


#header-logo-div{
	text-align:center;
}

#sign-in-table{
	margin: 0 auto 0 auto;
}

#UserName, #UserPass{
	width:150px;
}

#othersignin table input[type='text'], #othersignin table input[type='password']{
	margin: 0 auto 0 auto;
	width:150px !important;
}

/*
Signup Page
*/

#signup-table input[type='text']{
	margin: 0 auto 0 auto;
	width:150px !important;
}

#captcha-input{
	width:220px;
	font-size:77%;
}



/*
Resources Page
*/

#customQRText{
width:230px;
}

/*homepage*/

.homepage-sequence-theme .cloud{
padding:15px;
}

#homepage-slide1-table{
font-size:130%;
width:190px;
}

#microsequence{
height:20px;
}

.animate-in2 *{
    top: -10px;
}


#homepage-slider-nav img{
width:45px;
margin-left:10px;
margin-right:10px;
}

#homepage-slider-nav .bold{
font-weight:normal;
}

#homepage-slider-nav{
font-size:70%;
}



.landing-page-column1 img{
width:157px;
}

.landing-page-column2 img{
width:157px;
}

#homepage-tagline-2{
	font-size:130%;
}
#homepage-tagline-1{
	font-size:70%;
}

#username_status{
	float:none;
	margin-left:0px;
}

.hide-s{
display:none !important;
}

.show-s{
display:inline !important;
}

.show-s-block{
display:block !important;
}

/*
Capsules
*/
#tabs li, #tabs li a {
	float: none;
}

.capsule-name{
width:124px !important;
}

#capsule-contacts-table th{
padding:0px;
}

.contact-point-s{
width:250px;
}

#new-contact-pont, .new-contact-name, #new-note,
li#contact .group table input:NOT(#submit), li#contact .group select{
	width:155px !important;
}

}
