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

	html {
		-webkit-text-size-adjust: none;
		}

}

#logo, #jumpbox {
	display:none !important;
}

dd.topics, .posts, .lastpost, .views, .rightside, .signature, .profile-details{
	display:none !important;
}

span .lastpost, .display-options label, p.author h3 {
	display:none !important;
}

ul.topiclist dt {
	width:80% !important;
}

.profile-block {
	width:80px;
}

.postbody {
	margin-left:90px !important;
}

fieldset.quick-login input.inputbox {
	width:140px;
}

#smiley-box {
    float: left;
    width: 40%;
    margin: 15px 0;
}

#format-buttons {
	width:80%;
}

fieldset .fields1 dt {
    width: 7em !important;
}
fieldset.fields1 dd {
    margin-left: 7em;
}

input.inputbox {
    width: 100px;
}