

/* mobile stylesheet */



@media (max-width:840px){
	
	div#footer div.col4.colpad a img {
	width:30px;
	height:auto;
	}
}

@media (max-width:770px){
#content-main {
    width: 100%;
}	
.TermsFixedHeightContainer, #termsactionbox {
    width: 95% !important;
}
div#terms-container {
    width: 100% !important;
}
/* div#logo img {
    width: 45%;
    height: auto;
    padding: 0;
}*/

div#header {
     height: 80px;
}

	div#content {
		width:75% !important;
	}	
	
#content .greeting {
    font-size: 100%;
}

#content .details {
    font-size: 75%;
}

#content input {
    padding: 3px;
    font-size: 1.0em;
}

#content a.botlinks {
    display: block;
    padding: 0 10px;
    font-size: 75%;
}
div.txtbox ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    list-style-type: none;
}


}

@media (max-width:600px){

.TermsFixedHeightContainer {
    width: 100%;
}
	
div#content {
width:90%;	
top:100px;
}



/* #footerwrapper {display:none;} */	
	}
	
@media (max-width:600px){

.TermsFixedHeightContainer, , #termsactionbox {
    width: 95% !important;
}
div#terms-container {
    width: 100% !important;
}
#footer .copyright {
    font-size: 50%;
}

}