/* Mobile International Roaming Rates Tool Print Rules */

html {
	color:#000;
	background:#fff;
}

body {
	color:#000;
	background:#fff;
	background-image:none;
	font:100%/150% Helvetica, Arial, sans-serif;
	margin:0;
}


/* hide elements not needed for printing */
#nav_primary, #nav_secondary, #breadcrumbs, #lookup, h2, .country-remove, .network-toggle, #hot_bizno, #google-search, .noprint, #emailRatesWrap {
	display:none;
}

#container {
	width:100%;
	padding:0;
}

#product_page_content {
	padding:0;
	width:100%;
}


/* tables */
#mobile-rates table {
	width:100%;
	border:1px solid #000;
	border-collapse:collapse;
}

#mobile-rates td, #mobile-rates th {
	border:1px solid #000;
	font-size:0.9em;
	padding:4px;
}

/* network table */
.networks-tbl {
	display:table !important;
	page-break-after: always;
	border-top:none;
}
.col-preferred, .col-hsdpa, .col-gprs, .col-3g, .col-voice {
	width:15%;
}
.network-name, .networks-tbl tbody th {
	text-align:left;
}
.networks-tbl tbody td {
	text-align:center;
}

/* country header */
.country-name {
	display:block;
	margin:2em 0 0.5em;
	font-size:1.6em;
	font-weight:bold;
}