/* eGenix.com Handheld (Mobile) CSS */

/* Only use these CSS setting for small screen devices */
@media only screen and (max-device-width: 780px) {

/* Adjust Logo for smaller display */
#egenix-logo {
	padding: 8px 0 0 8px;
	height: 32px;
	text-decoration: none;
}

/* Resize to the handheld display */
#egenix-page {
	border: none;
	margin: 0px;
	width: auto !important;
	min-width: 400px;
}

/* Display all content and don't indent */
#egenix-content {
/*	height: auto !important; */
	padding-left: 5px !important;
	padding-right: 5px !important;
}
#egenix-content h1, #egenix-content h2 {
	margin-left: 0px;
}

/* Don't show page shadow */
#egenix-page-box, #egenix-page-box-body, #egenix-page-box-head, #egenix-page-box-menu {
        background: transparent; 
	background-color: white;
	width: auto !important;
	min-width: 400px;
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
} 

/* Disable fixed width */
.egenix-teaser, #egenix-page-news-section, #egenix-page-content-section {
	width: auto !important;
}

/* Don't display (complete) content frame */
#egenix-content-area, #egenix-location-bar {
	border-left: none;
	border-right: none;
}

/* Use smaller font for menu and bottom line */
#egenix-menu, #egenix-bottom-line {
        font-size: 10px;
}

/* Remove margin from bottom line */
#egenix-bottom-line {
        margin: 0px;
}

/* Remove copyright line */
#egenix-copyright-line {
        display: none;
}

/* Handle printing of tables */
.egenix-table {
        page-break-inside: avoid;
}

/* End of media section */
}
