/**
 * css for touch devices f.g. ipad, iphone, etc 
 */

#leftcompose-more {
	width: 60px !important;
}

div#message_wrapper {
    margin: 12px 20px;
}

table.messages th.from,table.messages td.from {
	width: 150px;
}

.addAttachment {
	display: none;
}

#primary_content {
	-webkit-overflow-scrolling: touch; 
	overflow: auto;	
}

#secondary {
	-webkit-overflow-scrolling: touch; 
	overflow-y: auto;	
}
